Skip to content

Commit

Permalink
github actions: use new gluon-v* naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Jan 1, 2025
1 parent 8aaa2e0 commit dadfaf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
branches:
- stable
- next
- 'gluon-v*'
paths:
- '**.sh'
pull_request:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/update-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:
workflow_dispatch:
push:
branches:
- stable
- legacy
- next
- 'gluon-v*'
paths:
- 'Makefile'

Expand Down

0 comments on commit dadfaf2

Please sign in to comment.