Skip to content

Commit

Permalink
Merge pull request #401 from radixdlt/only-run-ephemeral-ci-on-pr-to-…
Browse files Browse the repository at this point in the history
…develop

only trigger ephemeral-deploy-and-test action on pr to develop
  • Loading branch information
krzlabrdx authored Aug 15, 2023
2 parents ea499a3 + 637ee1f commit 5ef4df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
- docker-data-aggregator-private
- docker-database-migrations-private
- setup-tags
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && github.base_ref == 'develop'
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 5ef4df9

Please sign in to comment.