Skip to content

Commit

Permalink
test no trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Jan 2, 2025
1 parent c4cf07d commit 4b10862
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: BuildImage

on:
pull_request:
push:
branches:
- main
#on:
# pull_request:
# push:
# branches:
# - main

jobs:
build:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

- name: 'Publish Image'
id: publish
if: github.ref == 'refs/heads/main' && steps.login.conclusion == 'success'
if: steps.login.conclusion == 'success'
run: |
docker push ghcr.io/cfpb/regtech/sbl/regtech-mail-api --all-tags

0 comments on commit 4b10862

Please sign in to comment.