Skip to content

Commit

Permalink
startsWith( github.ref_name, 'rc/')
Browse files Browse the repository at this point in the history
  • Loading branch information
hlebkanonik committed Aug 30, 2023
1 parent 02ffc1f commit d89ff2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Build and export to AWS ECR
runs-on: ubuntu-latest
environment: development
if: github.base_ref == 'develop'
if: startsWith( github.ref_name, 'rc/')
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit d89ff2e

Please sign in to comment.