We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bca52 commit c005292Copy full SHA for c005292
1 file changed
.github/workflows/build-deb.yaml
@@ -62,6 +62,12 @@ jobs:
62
matrix:
63
ubuntu-version: ${{ fromJSON(needs.define-versions.outputs.ubuntu-versions) }}
64
65
+ # Run autopkgtests only on:
66
+ # - Push events to main
67
+ # - When a file in the debian subdir is modified
68
+ # - When this file is modified
69
+ # - On new tags
70
+ # - On github release
71
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') ||
72
contains(join(github.event.commits.*.modified), 'debian/') ||
73
contains(join(github.event.commits.*.modified), '.github/workflows/build-deb.yaml') ||
0 commit comments