Skip to content

Commit e547d1f

Browse files
authored
CI: Unify execution conditions of test workflows (#980)
1 parent 0d40c68 commit e547d1f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/build-cppfront.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Multi-platform Build of cppfront
22
on:
3-
push:
4-
branches:
5-
- main
63
pull_request:
7-
branches:
8-
- main
4+
branches-ignore:
5+
- docs
6+
push:
7+
branches-ignore:
8+
- docs
9+
workflow_dispatch:
10+
911
jobs:
1012
build-windows:
1113
runs-on: windows-latest

.github/workflows/regression-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches-ignore:
66
- docs
7-
types: [opened, synchronize, reopened]
87
push:
98
branches-ignore:
109
- docs

0 commit comments

Comments
 (0)