Fix the missing property "on" for getting started github action

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge 2022-03-23 15:50:22 +01:00
parent e46acc8053
commit 1ae43daa1a
2 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@ bin/
# Local configuration
.config
.envrc

View File

@ -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: