Skip to content

Commit 7594080

Browse files
committed
chore: update CI workflow to trigger on push events to main and master branches
1 parent f0e5e78 commit 7594080

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22

33
on:
4+
push:
5+
branches: [main, master]
46
pull_request:
57
branches: [main, master]
68
workflow_dispatch:

0 commit comments

Comments
 (0)