Skip to content

Commit d131fa9

Browse files
authored
Do not run CI on branches
Since we use the branches to only deploy and we don't want to deploy PRs, do not run the action on PR
1 parent 7c96087 commit d131fa9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

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

1311
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1412
jobs:

0 commit comments

Comments
 (0)