Skip to content

Commit 175b934

Browse files
authored
Add condition to skip deployment on pull requests
1 parent 892bb5f commit 175b934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
deploy:
9+
if: github.event_name != 'pull_request'
910
runs-on: ubuntu-latest
1011
steps:
1112
- name: Trigger pyret-release-update in drydock

0 commit comments

Comments
 (0)