From 0b63834f0ca5012719e932b6768f36c420098970 Mon Sep 17 00:00:00 2001 From: Patrick Werner Date: Thu, 23 Nov 2023 11:28:15 +0100 Subject: [PATCH 1/2] Update main.yml trigger gh action on every PR --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57bf663f..1994d635 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,6 @@ on: push: branches: [ master-isik-stufe-2 ] pull_request: - branches: [ master-isik-stufe-2 ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From a509175cdb878c358de405e2e80a292a1c20180b Mon Sep 17 00:00:00 2001 From: Patrick Werner Date: Thu, 23 Nov 2023 12:09:13 +0100 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1994d635..0923ee24 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,9 +4,8 @@ name: CI (FHIR Validation) # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch + # Triggers the workflow on push or pull request events push: - branches: [ master-isik-stufe-2 ] pull_request: # Allows you to run this workflow manually from the Actions tab