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,6 +1,7 @@
name: todoapp name: todoapp
push: on:
push:
# Trigger this workflow only on commits pushed to the main branch # Trigger this workflow only on commits pushed to the main branch
branches: branches:
- main - main