We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07fb4b commit c5d63b5Copy full SHA for c5d63b5
.github/workflows/code-style.yml
@@ -8,6 +8,8 @@ permissions: write-all
8
9
jobs:
10
check:
11
+ if: ${{ ! (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
12
+
13
runs-on: ubuntu-latest
14
15
steps:
0 commit comments