Skip to content

Commit

Permalink
Add lib branch to actions
Browse files Browse the repository at this point in the history
In order to run CI, the lib branch needs to be added.

Signed-off-by: Brad P. Crochet <brad@redhat.com>
  • Loading branch information
bcrochet committed Dec 6, 2022
1 parent dd84b45 commit d228ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Main

on:
push:
branches: [ main, ghactions ]
branches: [ main, lib, ghactions ]

env:
IMAGE_NAME: preflight
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- release-*
- lib

jobs:
build:
Expand Down

0 comments on commit d228ebe

Please sign in to comment.