diff --git a/.gitignore b/.gitignore index 685f86b6..cd10746c 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ bin/ # Local configuration .config +.envrc diff --git a/docs/tests/getting-started/github-actions.yml b/docs/tests/getting-started/github-actions.yml index 17c18367..0eb072e8 100644 --- a/docs/tests/getting-started/github-actions.yml +++ b/docs/tests/getting-started/github-actions.yml @@ -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: