Skip to content

Commit

Permalink
Update branch names for GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 12, 2024
1 parent a829d24 commit cd9f68b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
pull_request:
branches:
- "v*.*"
- "master"
- "feature/*"
push:
branches:
- "v*.*"
- "master"
- "feature/*"

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
pull_request:
branches:
- "v*.*"
- "master"
- "feature/*"
push:
branches:
- "v*.*"
- "master"
- "feature/*"

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Merge up
on:
push:
branches:
- "v[0-9]+.[0-9]+"
- "v[0-9]+.[0-9x]+"

env:
GH_TOKEN: ${{ secrets.MERGE_UP_TOKEN }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
pull_request:
branches:
- "v*.*"
- "master"
- "feature/*"
push:
branches:
- "v*.*"
- "master"
- "feature/*"
workflow_call:
inputs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
pull_request:
branches:
- "v*.*"
- "master"
- "feature/*"
push:
branches:
- "v*.*"
- "master"
- "feature/*"

env:
Expand Down

0 comments on commit cd9f68b

Please sign in to comment.