Fix the missing property "on" for getting started github action
Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
parent
e46acc8053
commit
1ae43daa1a
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