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