Skip to content

Commit

Permalink
ORC-1832: Update GitHub Action YAML file in branch-2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhyun committed Jan 5, 2025
1 parent 1540c98 commit cfc90d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ on:
- 'site/**'
- 'conan/**'
branches:
- main
- branch-2.1
pull_request:
paths-ignore:
- 'site/**'
- 'conan/**'
branches:
- main
- branch-2.1

# Cancel previous PR build and test
concurrency:
Expand All @@ -55,7 +55,7 @@ jobs:
- name: "Test"
run: |
cd docker
./run-one.sh local main ${{ matrix.os }}
./run-one.sh local branch-2.1 ${{ matrix.os }}
build:
name: "Java ${{ matrix.java }} and ${{ matrix.cxx }} on ${{ matrix.os }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Snapshot
on:
push:
branches:
- main
- branch-2.1

jobs:
publish-snapshot:
Expand Down

0 comments on commit cfc90d1

Please sign in to comment.