1 parent 21aed7f commit b6fca86Copy full SHA for b6fca86
1 file changed
.github/workflows/continuous-releases.yml
@@ -1,5 +1,10 @@
1
name: Continuous Releases with pkg-pr-new
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ branches: [main]
5
+ pull_request:
6
7
+ workflow_dispatch:
8
9
permissions: {}
10
0 commit comments