Skip to content

Commit

Permalink
ci: branches ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 31, 2024
1 parent 9daffa7 commit 06391c7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Publish Any Commit

on:
pull_request:
branches: main
branches-ignore:
- 'renovate/**'
branches:
- main
- '!renovate/**'
paths-ignore:
- 'docs/**'
- 'playground/**'
Expand All @@ -13,8 +13,7 @@ on:
push:
branches:
- '**'
branches-ignore:
- 'renovate/**'
- '!renovate/**'
tags:
- '!**'
paths-ignore:
Expand Down

0 comments on commit 06391c7

Please sign in to comment.