[bugfix] workflow bugfix
This commit is contained in:
parent
826910a089
commit
23328c9976
@ -1,9 +1,11 @@
|
|||||||
name: main-build
|
name: main-build
|
||||||
run-name: compile-build
|
run-name: compile-build
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main-compile:
|
main-compile:
|
||||||
runs-on: ubuntue-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Run Build step
|
||||||
- run: echo "Workflow is running"
|
- run: echo "Workflow is running"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user