Skip to content

Commit

Permalink
Merge pull request #333 from gematik/patrick-werner-patch-1
Browse files Browse the repository at this point in the history
trigger GH actions on every PR
  • Loading branch information
ylboerner authored Nov 25, 2023
2 parents 65f6cb1 + a509175 commit 9eb937a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ 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:
branches: [ master-isik-stufe-2 ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 9eb937a

Please sign in to comment.