Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Fix build pipeline for non-main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
  • Loading branch information
planetf1 committed Mar 2, 2021
1 parent 0897161 commit 1cde5f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ name: "CodeQL"

on:
push:
branches: [main]
branches: [main,release-*]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
branches: [main,release-*]
schedule:
- cron: '0 20 * * 0'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Egeria react UI build

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

# Run client/server in parallel.
# Code checkout is small so low overhead,
Expand Down

0 comments on commit 1cde5f9

Please sign in to comment.