We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a87d729 + 8ce5fbf commit 3ef74deCopy full SHA for 3ef74de
.github/workflows/docker.yml
@@ -8,8 +8,8 @@ name: docker # This name appears in GitHub's Checks API and in workflow's status
8
on:
9
push:
10
branches:
11
- - main
12
- workflow_dispatch: # manual; for debugging workflow before merging branch into `main`
+ - master
+ workflow_dispatch: # manual; for debugging workflow before merging branch into `master`
13
14
permissions:
15
packages: write
0 commit comments