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 b740bab commit 12c029fCopy full SHA for 12c029f
.github/workflows/build-on-push.yml
@@ -1,9 +1,5 @@
1
name: Build on push to branch
2
3
-on:
4
- push:
5
- branches: [main]
6
-
7
# implicitely set all other permissions to none
8
permissions:
9
checks: write # test.yml
.github/workflows/linux.yml
@@ -6,6 +6,7 @@ on:
- cron: '30 6 * * 1'
# allow manual runs
workflow_dispatch:
+ push:
10
11
12
0 commit comments