Skip to content

Commit

Permalink
Do not deploy renovate branches
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanpelikan committed Apr 23, 2024
1 parent 65d7bcf commit eb2ffab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-to-github-packages.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Publish to GitHub Packages
on: push
on:
push:
branches-ignore:
- 'renovate/**'
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eb2ffab

Please sign in to comment.