Skip to content

Commit

Permalink
build: change workflow run after build
Browse files Browse the repository at this point in the history
  • Loading branch information
giper45 authored Aug 1, 2024
1 parent 0cb5821 commit 0af360b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
workflow_run:
workflows: ["build.yml"]
types:
- completed


# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 0af360b

Please sign in to comment.