Skip to content

Commit

Permalink
chore: run CI branches on master
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed May 24, 2024
1 parent 66ec0de commit aaa17db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-csharp-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Compile Rust and Test C#
on:
push:
branches:
- kw/add-csharp-tests
- master
pull_request:
branches:
- kw/add-csharp-tests
- master
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-golang-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Test Go bindings
on:
push:
branches:
- kw/add-go-tests
- master
pull_request:
branches:
- kw/add-go-tests
- master
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-java-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Compile Rust and Test Java
on:
push:
branches:
- kw/add-java-tests
- master
pull_request:
branches:
- kw/add-java-tests
- master
workflow_dispatch:

jobs:
Expand Down

0 comments on commit aaa17db

Please sign in to comment.