revert(ci): workflow triggers
This commit is contained in:
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@@ -1,18 +1,14 @@
|
||||
name: Deploy to vercel
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Checks
|
||||
types:
|
||||
- completed
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'dot013/.www-new' }}
|
||||
if: ${{ github.repository == 'dot013/.www-new' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user