Skip to content

Commit 16d97c8

Browse files
committed
update workflow
1 parent 8e82e81 commit 16d97c8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ name: CI (FHIR Validation)
44

55
# Controls when the action will run.
66
on:
7-
# Triggers the workflow on push and change on Resources or pull request
87
push:
98
paths:
10-
- 'Resources/**'
9+
- 'Resources/**'
10+
branches-ignore:
11+
- 'main**'
12+
13+
# will run whenever a pull request is made to (target) any branch that starts with main
1114
pull_request:
12-
branches: ['*']
15+
branches:
16+
- 'main**'
1317

1418
# Allows you to run this workflow manually from the Actions tab
1519
workflow_dispatch:

0 commit comments

Comments
 (0)