Skip to content

Commit

Permalink
change ignore in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmanos committed May 13, 2024
1 parent a2f072d commit c939f79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Docker image
on:
push:
branches-ignore:
- dc-workflow # Covered by docker-push.yml
- dc4eu-rome
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Docker image
on:
push:
branches-ignore:
- dc-workflow # Covered by docker-push.yml
- dc4eu-rome # Covered by docker-push.yml
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and push Docker image
on:
push:
branches:
- dc-workflow
- dc4eu-rome

jobs:
build:
Expand Down

0 comments on commit c939f79

Please sign in to comment.