Skip to content

Commit

Permalink
Update trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrouth authored and alexgoff committed Oct 2, 2024
1 parent 34122a2 commit a8f07bd
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
- "master"
tags:
- "v*"
# pull_request:
# types:
# - 'opened'
# - 'synchronize'
# - 'reopened'
# - 'closed'
# branches:
# - 'develop'
# - 'master'
pull_request:
types:
- 'opened'
- 'synchronize'
- 'reopened'
# - 'closed'
branches:
- 'develop'
- 'master'

jobs:
build:
Expand Down Expand Up @@ -114,6 +114,7 @@ jobs:
name: Trigger deploy to ${{ needs.build.outputs.environment_name }}
needs: build
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' }}
steps:
- name: Generate Webhook Payload
id: payload
Expand Down

0 comments on commit a8f07bd

Please sign in to comment.