Skip to content

Commit

Permalink
Remove branch and add paths on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales authored and michaelklishin committed Jun 12, 2024
1 parent 3e048dd commit 2256d23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ibm-mq-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ on:
push:
branches:
- 'main'
- ibm-mq-docker-workflow
paths:
- '.github/workflows/ibm-mq-make.yaml'
pull_request:
paths:
- '.github/workflows/ibm-mq-make.yaml'

env:
REGISTRY_IMAGE: pivotalrabbitmq/ibm-mqadvanced-server-dev
IBM_MQ_REPOSITORY: ibm-messaging/mq-container
Expand Down

0 comments on commit 2256d23

Please sign in to comment.