Skip to content

Commit 138aef8

Browse files
committed
Only run on push to default branch
1 parent 660400a commit 138aef8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22
on:
3-
push: {}
3+
push:
4+
branches:
5+
- $default-branch
46
pull_request:
57
types: [opened, reopened, synchronize]
68
jobs:

0 commit comments

Comments
 (0)