Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Jul 15, 2024
1 parent e5e6fc2 commit d2c4cfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/branch-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
configuration_file_path: '.config/snap-flow.json'

create-pull-request:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/dev/dibarbet/action_inc_version'
runs-on: ubuntu-latest
steps:
- name: Check out
Expand All @@ -22,6 +22,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Update version.json
run: npx gulp incrementVersionJson
- name: Create version.json update PR
Expand Down

0 comments on commit d2c4cfc

Please sign in to comment.