Skip to content

Commit

Permalink
Run workflows on main branch (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed Jul 1, 2022
1 parent 338a5e1 commit 0226ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "released"
push:
branches:
- "master"
- "main"
workflow_dispatch:
inputs:
versionTag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecr-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "released"
push:
branches:
- "master"
- "main"
workflow_dispatch:
inputs:
versionTag:
Expand Down

0 comments on commit 0226ff4

Please sign in to comment.