Skip to content

Commit 17f1b20

Browse files
authored
ci: separate checks for pull requests from pushes to the main branch (#8)
1 parent 2c66dab commit 17f1b20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Test
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
57
jobs:
68
test:

0 commit comments

Comments
 (0)