Skip to content

Commit 750e0df

Browse files
committed
Limit CI push trigger to main
1 parent 9a468ec commit 750e0df

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
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68
schedule:
79
- cron: '0 8 * * *'

0 commit comments

Comments
 (0)