Skip to content

Commit

Permalink
[workflows] support GitHub actions for release_14x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpkc committed May 20, 2022
1 parent 05e451c commit 84ed34d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_push_docker_image_Ubuntu20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pre-compile llvm ARM64
on:
workflow_dispatch:
push:
branches: [ release_11x, release_12x, release_13x ]
branches: [ release_11x, release_12x, release_13x, release_14x ]
paths-include:
- '**/.github/workflows/build_push_docker_image_Ubuntu20.yml'
- '**/.github/workflows/Ubuntu20Dockerfile.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flang-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and test Flang

on:
pull_request:
branches: [ release_11x, release_12x, release_13x ]
branches: [ release_11x, release_12x, release_13x, release_14x ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-compile_llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pre-compile llvm
on:
workflow_dispatch:
push:
branches: [ release_100, release_11x, release_12x, release_13x ]
branches: [ release_11x, release_12x, release_13x, release_14x ]

jobs:
build:
Expand Down

0 comments on commit 84ed34d

Please sign in to comment.