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.
main
1 parent f027641 commit 090c6d5Copy full SHA for 090c6d5
1 file changed
.github/workflows/full-build.yml
@@ -1,6 +1,12 @@
1
name: Full Build
2
3
-on: [push]
+on:
4
+ push:
5
+ branches:
6
+ - main # Only run push on main (merges/direct pushes)
7
+ pull_request:
8
9
+ - main # Run on any PR targeting main
10
11
jobs:
12
build:
0 commit comments