We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6a7bd commit 38c0fe4Copy full SHA for 38c0fe4
.github/workflows/test.yml
@@ -5,8 +5,6 @@ on:
5
branches:
6
- 'main'
7
pull_request:
8
- branches-ignore:
9
- - changeset-release/main
10
types: [opened, synchronize, reopened]
11
12
permissions:
@@ -31,6 +29,7 @@ jobs:
31
29
- run: yarn install --immutable
32
30
- run: yarn run prettier
33
build:
+ if: github.ref != 'refs/heads/changeset-release/main'
34
runs-on: ubuntu-latest
35
steps:
36
- uses: actions/checkout@v4
@@ -45,6 +44,7 @@ jobs:
45
44
env:
46
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
47
test:
48
49
50
0 commit comments