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