Skip to content

Commit bbd7041

Browse files
authored
chore: trigger pkg-pr-new on main push (#43)
1 parent 3be9781 commit bbd7041

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pkg.pr.new.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: pkg.pr.new
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
37

48
jobs:
59
build:

0 commit comments

Comments
 (0)