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 # Local configuration
.config .config
.envrc

View File

@ -1,9 +1,10 @@
name: todoapp name: todoapp
push: on:
# Trigger this workflow only on commits pushed to the main branch push:
branches: # Trigger this workflow only on commits pushed to the main branch
- main branches:
- main
# Dagger plan gets configured via client environment variables # Dagger plan gets configured via client environment variables
env: env: