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
|
||||
.config
|
||||
.envrc
|
||||
|
@ -1,9 +1,10 @@
|
||||
name: todoapp
|
||||
|
||||
push:
|
||||
# Trigger this workflow only on commits pushed to the main branch
|
||||
branches:
|
||||
- main
|
||||
on:
|
||||
push:
|
||||
# Trigger this workflow only on commits pushed to the main branch
|
||||
branches:
|
||||
- main
|
||||
|
||||
# Dagger plan gets configured via client environment variables
|
||||
env:
|
||||
|
Reference in New Issue
Block a user