Skip to content

Commit

Permalink
Merge pull request caikit#269 from gkumbhat/update_build_rules
Browse files Browse the repository at this point in the history
👷 Update github action workflow rule for release branches
  • Loading branch information
gkumbhat authored Nov 17, 2023
2 parents b35f910 + 717459d commit 798a3c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [main]
branches: ["main", "release-*"]
paths:
- "caikit_nlp"
- "README.md"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ name: Build Caikit NLP Library

on:
push:
branches: ["main"]
branches: ["main", "release-*"]
pull_request:
branches: ["main"]
branches: ["main", "release-*"]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ name: Lint and Format

on:
push:
branches: ["main"]
branches: ["main", "release-*"]
pull_request:
branches: ["main"]
branches: ["main", "release-*"]

jobs:
build:
Expand Down

0 comments on commit 798a3c0

Please sign in to comment.