From eff7ac041e26dd66ac54b6475bd9419bed5b54cb Mon Sep 17 00:00:00 2001 From: Lasse Alm Date: Mon, 12 Feb 2024 14:40:27 +0100 Subject: [PATCH] on pull request --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f38c551..5a178a18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,9 @@ +name: Hello World Workflow + +on: + pull_request: + branches: main + jobs: say_hello: runs-on: ubuntu-latest