From 1ae43daa1a2369ddd9d3f19905482e9eedbb674f Mon Sep 17 00:00:00 2001 From: jffarge Date: Wed, 23 Mar 2022 15:50:22 +0100 Subject: [PATCH] Fix the missing property "on" for getting started github action Signed-off-by: jffarge --- .gitignore | 1 + docs/tests/getting-started/github-actions.yml | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) 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: