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 078a8b5 commit db3e9c5Copy full SHA for db3e9c5
.github/workflows/deploy.yml
@@ -8,6 +8,7 @@ on:
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
+ if: github.repository_owner == 'mqtt-ai'
12
steps:
13
- name: Trigger Amplify webhook
14
run: |
0 commit comments