Skip to content

Commit

Permalink
chore: trigger publish on pull request close
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Nov 21, 2024
1 parent 5e34e8b commit 44d97c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_site.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish Web App

on:
# Runs on pushes targeting the default branch
push:
pull_request:
branches: [ "dev" ]
types: [ closed ]
# Trigger on new releases
release:
types: [ released ]
Expand Down

0 comments on commit 44d97c9

Please sign in to comment.