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 1a5b31a commit fbf2164Copy full SHA for fbf2164
.github/workflows/deploy-staging.yml
@@ -1,8 +1,8 @@
1
name: Deploy Notification To staging.phcode.dev
2
3
on:
4
- push:
5
- branches: [ main ]
+ repository_dispatch:
+ types: [deploy-staging]
6
7
jobs:
8
build-tasks:
0 commit comments