Merge pull request #1835 from slumbering/gh-action-property
Fix the missing property "on" for getting started github action
This commit is contained in:
commit
93d5a37508
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@ bin/
|
|||||||
|
|
||||||
# Local configuration
|
# Local configuration
|
||||||
.config
|
.config
|
||||||
|
.envrc
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
name: todoapp
|
name: todoapp
|
||||||
|
|
||||||
|
on:
|
||||||
push:
|
push:
|
||||||
# Trigger this workflow only on commits pushed to the main branch
|
# Trigger this workflow only on commits pushed to the main branch
|
||||||
branches:
|
branches:
|
||||||
|
Reference in New Issue
Block a user