Skip to content

Commit 40ae2bd

Browse files
committed
ci: prevent duplicate ci workflow
1 parent 49cdb36 commit 40ae2bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: ci
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches:
5+
- main
6+
pull_request:
57
jobs:
68
matrix:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)