Skip to content

Commit

Permalink
fix(global): ignore hetzner/* branches from CI lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Oct 26, 2024
1 parent 05f581e commit 925df2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: [push]
on:
push:
branches-ignore:
- 'hetzner/*'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 925df2b

Please sign in to comment.