Skip to content

Commit

Permalink
chore: add gh action on patch branches
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed Dec 14, 2023
1 parent 9d89524 commit 725d8a7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ name: code-build

on:
push:
branches: [ main ]
branches:
- main
- 'patch*'
tags:
- '*'
pull_request:
branches: [ main ]
branches:
- main

jobs:

Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/build-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: oci-builds

on:
push:
branches: [ main ]
branches:
- main
- 'patch*'
tags:
- '*'
pull_request:
branches: [ main ]
branches:
- main

jobs:
build-qenvs:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/tkn-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: tkn-build

on:
push:
branches: [ main ]
branches:
- main
- 'patch*'
tags:
- '*'
pull_request:
branches: [ main ]
branches:
- main

jobs:

Expand Down

0 comments on commit 725d8a7

Please sign in to comment.