We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474023b commit a306440Copy full SHA for a306440
.github/workflows/build.yml
@@ -5,9 +5,8 @@ name: Generate Build File
5
# Controls when the workflow will run
6
on:
7
# Triggers the workflow on push or pull request events but only for the "development" branch
8
- push:
+ pull_request:
9
branches:
10
- - main
11
- development
12
13
# Allows you to run this workflow manually from the Actions tab
0 commit comments