Skip to content

Commit 6c9f745

Browse files
committed
build: run push only on main
1 parent 3443044 commit 6c9f745

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
push:
6+
branches: ["master"]
47

58
permissions:
69
checks: write

0 commit comments

Comments
 (0)