We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892bb5f commit 175b934Copy full SHA for 175b934
.github/workflows/deploy-release.yml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
deploy:
9
+ if: github.event_name != 'pull_request'
10
runs-on: ubuntu-latest
11
steps:
12
- name: Trigger pyret-release-update in drydock
0 commit comments