Skip to content

Commit ee2298a

Browse files
committed
Fix primary branch name in GHA workflows
1 parent 785c182 commit ee2298a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

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

33
on:
4-
- push
5-
- pull_request
4+
pull_request:
5+
push:
6+
branches: [async]
67

78
jobs:
89
coverage:

0 commit comments

Comments
 (0)