We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab65b4 commit 652dee2Copy full SHA for 652dee2
.changeset/rare-swans-know.md
@@ -0,0 +1,2 @@
1
+---
2
.github/workflows/autofix.yml
@@ -1,7 +1,6 @@
name: autofix.ci
on:
3
pull_request:
4
- branches-ignore: ["changeset-release/main"]
5
push:
6
branches: ["main"]
7
workflow_dispatch:
@@ -11,6 +10,7 @@ permissions:
11
10
12
jobs:
13
autofix:
+ if: github.head_ref != 'changeset-release/main'
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
0 commit comments