Skip to content

Commit

Permalink
trigger deployment upon merge
Browse files Browse the repository at this point in the history
  • Loading branch information
baloola committed Apr 30, 2024
1 parent c6bc3fa commit c9c3a6f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
name: Deploy static content to Pages

on:
workflow_run:
workflows: ["tests"]
branches: [main]
types:
- completed
push:
branches:
- main

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

0 comments on commit c9c3a6f

Please sign in to comment.