Skip to content

Commit

Permalink
XYZ-12345 added ignore for main
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyscholl committed Sep 13, 2024
1 parent e66dad4 commit 0d67997
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Pipeline
on: [push]
on:
push:
branches:
- '**'
branches-ignore:
- main
jobs:
pipeline:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0d67997

Please sign in to comment.