Skip to content

Commit

Permalink
Run deploy workflow on every push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed Mar 2, 2024
1 parent a73b69a commit 350ef94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy

on: workflow_dispatch
on:
push:
branches: [ "master" ]

permissions:
contents: read
Expand All @@ -11,6 +13,7 @@ jobs:

deploy:
needs: build
if: needs.build.result == 'success'

strategy:
matrix:
Expand Down

0 comments on commit 350ef94

Please sign in to comment.