Skip to content

Commit 8a9d12b

Browse files
committed
XYZ-12345 updated if
1 parent 0d67997 commit 8a9d12b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name: Pipeline
2-
on:
3-
push:
4-
branches:
5-
- '**'
6-
branches-ignore:
7-
- main
2+
on: [push]
83
jobs:
94
pipeline:
105
runs-on: ubuntu-latest
6+
if: github.ref != 'refs/heads/main'
117
permissions:
128
contents: write
139
packages: read

0 commit comments

Comments
 (0)