Skip to content

Commit

Permalink
Merge pull request #544 from freifunkMUC/backport-533-to-gluon-v2023.2.x
Browse files Browse the repository at this point in the history
[Backport gluon-v2023.2.x] github actions: update to new branch naming scheme
  • Loading branch information
grische authored Jan 2, 2025
2 parents 8e4e3d3 + 729c97f commit f60a393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
branches:
- stable
- next
- 'gluon-*' # gluon-next and gluon-v202a.1.x
- '!gluon-v2021.1.x' # shell code is not maintained on this branch
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-*' # gluon-next and gluon-v202a.1.x
paths:
- 'Makefile'

Expand Down

0 comments on commit f60a393

Please sign in to comment.