We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c34074 commit 8372d72Copy full SHA for 8372d72
1 file changed
.github/workflows/publish-aur.yml
@@ -1,9 +1,10 @@
1
name: Publish to AUR
2
3
on:
4
- push:
5
- branches:
6
- - main # Adjust if necessary
+ push:
+ pull_request:
+ workflow_dispatch:
7
+
8
9
jobs:
10
aur-push:
0 commit comments