Skip to content

Commit

Permalink
GitHub Actions: Apply with only main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Mar 17, 2024
1 parent 56865fd commit adc5f21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build Docker and Apply Terraform Changes to AWS
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- 'docker/**' # Exclude changes made in the specific directory

Expand Down

0 comments on commit adc5f21

Please sign in to comment.