Skip to content

Commit 3b4baef

Browse files
committed
Feature Branch Validation with Firely
Feature Branch Validation with Firely
1 parent 2b41c3b commit 3b4baef

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/firely-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name: Firely Validation
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
push:
9-
branches: [ **]
9+
branches:
10+
- '**'
1011
pull_request:
11-
branches: [ ** ]
12-
12+
branches: [ master, main ]
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

.github/workflows/terminology.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
# Allows you to run this workflow manually from the Actions tab
77

8-
push:
8+
#push:
99

1010
workflow_dispatch:
1111

0 commit comments

Comments
 (0)