Skip to content

Commit

Permalink
update GH actions to run on release branches and release targeted FBs
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-stuartm committed Mar 15, 2024
1 parent 92777be commit eff5fe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dockle_xeol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- fb_*
- '*_fb_*'

pull_request:
branches:
- develop
- 'release*'

jobs:
dockle:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- fb_*
- '*_fb_*'

pull_request:
branches:
- develop
- 'release*'

jobs:
hadolint:
Expand Down

0 comments on commit eff5fe7

Please sign in to comment.