Skip to content

Commit

Permalink
update main
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali committed Nov 12, 2024
1 parent c489b43 commit b01abb3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ 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 and change on Resources or pull request
push:
branches: [ master-isik-stufe-2 ]
paths:
- 'Resources/**'
pull_request:
branches: [ master-isik-stufe-2 ]
branches: ['*']

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

0 comments on commit b01abb3

Please sign in to comment.