Skip to content

Commit cd799f7

Browse files
committed
feat: fix duplicate CI runs on pull requests (#83)
1 parent ac3d05e commit cd799f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: main
2-
on: [push, pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- master
37
jobs:
48
test:
59
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)