Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali committed Nov 12, 2024
1 parent 8e82e81 commit 16d97c8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ name: CI (FHIR Validation)

# Controls when the action will run.
on:
# Triggers the workflow on push and change on Resources or pull request
push:
paths:
- 'Resources/**'
- 'Resources/**'
branches-ignore:
- 'main**'

# will run whenever a pull request is made to (target) any branch that starts with main
pull_request:
branches: ['*']
branches:
- 'main**'

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

0 comments on commit 16d97c8

Please sign in to comment.