We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd228e4 commit a40da54Copy full SHA for a40da54
.github/workflows/build.yml
@@ -7,9 +7,12 @@ on:
7
# Triggers the workflow on push or pull request events but only for the main branch
8
# Runs this action when you push on master
9
push:
10
- branches: [master]
+ branches:
11
+ - master
12
# Runs this when a PR against master is created
13
pull_request:
14
15
16
17
# Allows you to run this workflow manually from the Actions tab
18
workflow_dispatch:
0 commit comments