Skip to content

Commit

Permalink
Merge pull request #50 from NethServer:donotbuild
Browse files Browse the repository at this point in the history
Ignore renovate branches and tags in GitHub workflows
  • Loading branch information
stephdl authored May 27, 2024
2 parents da6ca85 + c49f5fa commit acbfb2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-apidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- '**/validate-input.json'
- '**/validate-output.json'
- '**/validator-definitions.json'
branches-ignore:
- 'renovate/**'
tags:
- "**"

jobs:
build-apidoc:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: "Publish images"

on:
push:
branches-ignore:
- 'renovate/**'
tags:
- "**"


permissions:
packages: write
Expand Down

0 comments on commit acbfb2e

Please sign in to comment.