Skip to content

Commit

Permalink
Merge pull request #87 from jerinphilip/ci-on-pr-to-any-branch
Browse files Browse the repository at this point in the history
Trigger workflows on PR to any branch
  • Loading branch information
kpu authored Apr 11, 2022
2 parents bd3297e + 1dff28c commit b253827
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches: [ "**" ]

jobs:
build-macos:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-customized_marian-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches: [ "**" ]

jobs:
build-macos:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches: [ "**" ]

jobs:
build-ubuntu:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm-customized_marian-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches: [ "**" ]

jobs:
build-wasm:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm-customized_marian-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches: [ "**" ]

jobs:
build-wasm:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches: [ "**" ]

env:
MKL_URL: "https://romang.blob.core.windows.net/mariandev/ci/mkl-2020.1-windows-static.zip"
Expand Down

0 comments on commit b253827

Please sign in to comment.