Skip to content

Commit

Permalink
Allow GHA to run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
markbotterill committed Apr 2, 2024
1 parent 670ee06 commit 985185a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ec2-deployment.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Deploy to staging EC2

on:
push:
branches:
- staging
pull_request:
branches:
- staging
types: [opened, synchronize, reopened]

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 985185a

Please sign in to comment.