Merge pull request #1835 from slumbering/gh-action-property

Fix the missing property "on" for getting started github action
This commit is contained in:
Jffarge 2022-03-24 20:34:57 +01:00 committed by GitHub
commit 93d5a37508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: