Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mshadbolt authored Feb 14, 2024
1 parent 474b1f5 commit 9c8a963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ name: Submodule Updates
#############################
on:
push:
branches-ignore: [develop]
branches: [develop]

###############
# Set the Job #
Expand All @@ -40,8 +40,8 @@ jobs:
runs-on: ubuntu-latest
env:
PARENT_REPOSITORY: 'org/example-repository'
CHECKOUT_BRANCH: 'main'
PR_AGAINST_BRANCH: 'main'
CHECKOUT_BRANCH: 'develop'
PR_AGAINST_BRANCH: 'develop'
OWNER: 'org'

steps:
Expand Down

0 comments on commit 9c8a963

Please sign in to comment.