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.
2 parents 15bf7c7 + 8a9d12b commit f19171dCopy full SHA for f19171d
.github/workflows/pipeline.yaml
@@ -3,6 +3,7 @@ on: [push]
3
jobs:
4
pipeline:
5
runs-on: ubuntu-latest
6
+ if: github.ref != 'refs/heads/main'
7
permissions:
8
contents: write
9
packages: read
0 commit comments