Skip to content

Commit

Permalink
remove on push branch master for publish workflows. this triggers
Browse files Browse the repository at this point in the history
unwanted workflows runs
update file for tws on build.yml
disable on push tag v* on-push-n-pr.yml

Changes to be committed:
	modified:   .github/workflows/build.yml
	modified:   .github/workflows/on-push-n-pr.yml
	modified:   .github/workflows/publish.yml
  • Loading branch information
gnzsnz committed Nov 26, 2023
1 parent b47990d commit 2acf739
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
push: false
load: true
context: ${{ env.CHANNEL }}
file: Dockerfile.tws
file: ${{ env.CHANNEL }}/Dockerfile.tws
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.meta-tws.outputs.tags }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/on-push-n-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
push:
branches: ['*', '!update-*-to-*', '!IBC-update*']
tags-ignore:
- 'v*'
pull_request:
branches: ['master', '!update-*-to-*', '!IBC-update*']

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: "Publish Docker"

on:
push:
branches:
- 'master'
tags:
- 'v*'

Expand Down

0 comments on commit 2acf739

Please sign in to comment.