Skip to content

Commit 43f413a

Browse files
Copilotnomeguy
andcommitted
Fix CI duplicated checks by configuring workflow triggers properly
Co-authored-by: nomeguy <85475922+nomeguy@users.noreply.github.com>
1 parent 83880db commit 43f413a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.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+
push:
4+
branches:
5+
- main
6+
pull_request:
37
jobs:
48
test:
59
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)