Skip to content

Commit 3ef74de

Browse files
authored
Merge pull request #13 from oasisprotocol/ptrus/fix/docker-ci-master
ci/docker: main to master
2 parents a87d729 + 8ce5fbf commit 3ef74de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ name: docker # This name appears in GitHub's Checks API and in workflow's status
88
on:
99
push:
1010
branches:
11-
- main
12-
workflow_dispatch: # manual; for debugging workflow before merging branch into `main`
11+
- master
12+
workflow_dispatch: # manual; for debugging workflow before merging branch into `master`
1313

1414
permissions:
1515
packages: write

0 commit comments

Comments
 (0)