We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a0b9c commit 1665b47Copy full SHA for 1665b47
1 file changed
.github/workflows/publish.yaml
@@ -6,7 +6,7 @@ name: Publish
6
on:
7
# Triggers the workflow on push or pull request events but only for the "main" branch
8
push:
9
- branches: [ "main" ]
+ branches: [ "master" ]
10
11
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
12
jobs:
0 commit comments