Skip to content

Commit

Permalink
Run github actions for main as well as release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoward64 committed Nov 22, 2023
1 parent d5b15be commit 88cc842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/portal.docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Portal - Docker build
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ['release']
branches: ['release', 'main']

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Server - Docker build
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ['release']
branches: ['release', 'main']

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down

0 comments on commit 88cc842

Please sign in to comment.