Skip to content

Commit

Permalink
re-enable normal GHA triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhenryhf committed Nov 13, 2024
1 parent 6d36ae8 commit 1296a8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Build Image and Deploy
on:
workflow_dispatch:
push:
# branches: #temporary to test
# - "master"
# pull_request:
# branches:
# - "master"
branches:
- "master"
pull_request:
branches:
- "master"

concurrency:
group: docker-${{ github.ref }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build Base Image
on:
workflow_dispatch:
push:
# branches: #temporary to test
# - "main"
# paths:
# - ".docker/base/**"
branches:
- "main"
paths:
- ".docker/base/**"

concurrency:
group: base-${{ github.ref }}
Expand Down

0 comments on commit 1296a8d

Please sign in to comment.