Skip to content

Commit

Permalink
Restore original build behaviour for PRs and deploying to AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosternl committed Oct 8, 2024
1 parent 9e87cce commit ed9bce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-to-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Deploy to AWS
on:
push:
branches: ["dev"]
pull_request: # TODO: REMOVE THESE 2 LINES WHEN IT WORKS, BEFORE MERGING TO DEV.
types: [ opened, synchronize, reopened ]

env:
AWS_REGION: "eu-north-1"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ on:
- master
paths-ignore:
- "**.md"
# pull_request:
# types: [opened, synchronize, reopened]
# paths-ignore:
# - "**.md"
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "**.md"

jobs:
build:
Expand Down

0 comments on commit ed9bce9

Please sign in to comment.