Skip to content

Commit

Permalink
ci: change event trigger for deploy-ghpages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Mar 18, 2024
1 parent 8201429 commit 3072c96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-ghpages.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Deploy to GitHub Pages

on:
push:
branches:
- beta
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

# https://docs.github.com/zh/actions/using-workflows/events-that-trigger-workflows#workflow_run
workflow_run:
workflows:
- 'Build and Release'
types:
- completed
jobs:
deploy:
name: Deploy to GitHub Pages
Expand Down

0 comments on commit 3072c96

Please sign in to comment.