Skip to content

Commit d8a0097

Browse files
committed
Update CI to not run on dev pr
1 parent 350382b commit d8a0097

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: ci
22

33
on:
44
push:
5+
pull_request:
6+
branches:
7+
- "**"
8+
- "!dev"
59

610
jobs:
711
test-linux:

0 commit comments

Comments
 (0)