mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
github: don't run tests on merge to dev and use macOS runner
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
8b976cee3c
commit
f745ff3e91
1 changed files with 1 additions and 2 deletions
3
.github/workflows/pull_request.yml
vendored
3
.github/workflows/pull_request.yml
vendored
|
@ -5,11 +5,10 @@ on:
|
|||
branches:
|
||||
- staging
|
||||
- trying
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
test-pr:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- uses: actions/setup-java@d202f5dbf7256730fb690ec59f6381650114feb2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue