Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
32a655f84e
2 changed files with 2 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -4,7 +4,7 @@ go:
|
|||
node_js: "12.16.3"
|
||||
git:
|
||||
depth: 1
|
||||
before_script:
|
||||
before_install:
|
||||
- mkdir assets/build
|
||||
- touch assets/build/test.html
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue