Skip to content

Commit ea0b413

Browse files
committed
WIP build on push
1 parent b740bab commit ea0b413

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 2 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:
@@ -28,8 +29,6 @@ concurrency:
2829

2930
jobs:
3031
build-linux-deb:
31-
# don't run cron from forks of the main repository or from other branches
32-
if: github.repository == 'qualcomm-linux/qcom-deb-images' && github.ref == 'refs/heads/main'
3332
# for cross-builds
3433
runs-on: [self-hosted, qcom-u2404, amd64]
3534
# alternative for native builds, but overkill to do both

0 commit comments

Comments
 (0)