Skip to content

Commit b6fca86

Browse files
committed
fix: on triggers
1 parent 21aed7f commit b6fca86

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/continuous-releases.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Continuous Releases with pkg-pr-new
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches: [main]
5+
pull_request:
6+
branches: [main]
7+
workflow_dispatch:
38

49
permissions: {}
510

0 commit comments

Comments
 (0)