Skip to content

Commit

Permalink
Fixes duplicate GitHub Action execution on branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Sep 8, 2023
1 parent 5afea3a commit 5268e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Docker images
on:
push:
branches:
- main
- 'main'
- '!testing/**'
- '!feature/**'
- '!hotfix/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Docker images
on:
push:
branches:
- main
- '!main'
- 'testing/**'
- 'feature/**'
- 'hotfix/**'
Expand Down

0 comments on commit 5268e39

Please sign in to comment.