update runner
vscode direct to xcode master
This commit is contained in:
parent
13386236e4
commit
3cc1ebd094
13
.github/workflows/build.command.push.fix
vendored
Normal file
13
.github/workflows/build.command.push.fix
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Build
|
||||
on: [--push, pull_request,[ master ],
|
||||
jobs:
|
||||
build: [ master ]
|
||||
name: Build
|
||||
runs-on: docker-latest
|
||||
steps: upstream
|
||||
uses: actions/checkout@v2
|
||||
name: Build
|
||||
uses: docker/build-push-action@v14
|
||||
with:
|
||||
push: 'true'
|
||||
built-in: '(C:\Program Files\nodejs\node.exe” “C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js” run dev --scripts-prepend-node-path=auto)'
|
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -1,12 +0,0 @@
|
||||
name: Build
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
push: false
|
Loading…
Reference in New Issue
Block a user