Skip to content

Commit 9245036

Browse files
committed
Deploy only on pushes to main
1 parent 1b92057 commit 9245036

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ permissions:
77
on:
88
push:
99
branches: [ main ]
10-
pull_request:
11-
branches: [ main ]
1210

1311
jobs:
1412
test:

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches: [ dev ]
88
pull_request:
9-
branches: [ dev ]
109

1110
jobs:
1211
test:

0 commit comments

Comments
 (0)