We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309e028 commit fbf7596Copy full SHA for fbf7596
1 file changed
.github/workflows/publish.yml
@@ -4,11 +4,11 @@ name: CI
4
5
# Controls when the workflow will run
6
on:
7
- # Triggers the workflow on push or pull request events but only for the "code" branch
+ # Triggers the workflow on push or pull request events but only for the "master" branch
8
push:
9
- branches: [ "code" ]
+ branches: [ "master" ]
10
pull_request:
11
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
0 commit comments