Skip to content

Commit dc25b91

Browse files
committed
Also run tests when pushing to the main branch
1 parent cd520e3 commit dc25b91

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test_package.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ on:
1717
type: string
1818

1919
pull_request:
20-
branches:
21-
- main
20+
branches: [main]
21+
push:
22+
branches: [main]
23+
2224
schedule:
2325
- cron: "0 8 * * *"
2426

0 commit comments

Comments
 (0)