Skip to content

Commit

Permalink
- removes feature branch from docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Apr 19, 2021
1 parent befe724 commit 23b655e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Docker image
on:
push:
branches: [main, feature/dockerize]
branches: [main]
paths: ['src/**', '.github/workflows/**']
jobs:
push_to_registry:
Expand Down

0 comments on commit 23b655e

Please sign in to comment.