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 7c46db1 commit d0c78c8Copy full SHA for d0c78c8
.github/workflows/build-overlay-deb.yml
@@ -1,7 +1,8 @@
1
name: Build a Debian package using an overlay recipe
2
3
on:
4
- # temporarily allow on pull_request
+ # temporarily allow on push and pull_request
5
+ push:
6
pull_request:
7
workflow_dispatch:
8
inputs:
0 commit comments