Skip to content

Commit 12c029f

Browse files
committed
WIP: build on push
1 parent b740bab commit 12c029f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build-on-push.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Build on push to branch
22

3-
on:
4-
push:
5-
branches: [main]
6-
73
# implicitely set all other permissions to none
84
permissions:
95
checks: write # test.yml

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- cron: '30 6 * * 1'
77
# allow manual runs
88
workflow_dispatch:
9+
push:
910

1011
# implicitely set all other permissions to none
1112
permissions:

0 commit comments

Comments
 (0)