Skip to content

Commit

Permalink
pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink committed Sep 8, 2023
1 parent f22ec02 commit a65aedf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build-and-publish-docker-images-workflow

on:
push:
branches:
- '**V3**'

release:
types: [published]
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
types: [opened, synchronize, reopened, edited]

push:
branches:
- jtikekar/masterV3.0

jobs:
build-docker-images:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
types: [opened, synchronize, reopened, edited]

push:
branches:
- master
- jtikekar/masterV3.0

jobs:
Check-release:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
types: [opened, synchronize, reopened, edited]

push:
branches:
- master

jobs:
Check-style:
Expand Down

0 comments on commit a65aedf

Please sign in to comment.