We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd42eec commit 18718e0Copy full SHA for 18718e0
.github/workflows/deploy-to-dockerhub.yml
@@ -3,7 +3,7 @@ name: Build and Publish
3
on:
4
# run it on push to the default repository branch
5
push:
6
- branches: [main]
+ branches: [main, dev]
7
# run it during pull request
8
# pull_request:
9
0 commit comments