Skip to content

Commit 38c0fe4

Browse files
committed
try different way of skipping
1 parent 9e6a7bd commit 38c0fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- 'main'
77
pull_request:
8-
branches-ignore:
9-
- changeset-release/main
108
types: [opened, synchronize, reopened]
119

1210
permissions:
@@ -31,6 +29,7 @@ jobs:
3129
- run: yarn install --immutable
3230
- run: yarn run prettier
3331
build:
32+
if: github.ref != 'refs/heads/changeset-release/main'
3433
runs-on: ubuntu-latest
3534
steps:
3635
- uses: actions/checkout@v4
@@ -45,6 +44,7 @@ jobs:
4544
env:
4645
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
4746
test:
47+
if: github.ref != 'refs/heads/changeset-release/main'
4848
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)