Skip to content

Commit e9fe802

Browse files
committed
updated ignore on wfs
1 parent 2e273b4 commit e9fe802

File tree

4 files changed

+28
-12
lines changed

4 files changed

+28
-12
lines changed

.github/workflows/wf_Linux.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
77
# https://github.com/actions/upload-artifact#where-does-the-upload-go
88
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-branches
99
name: ActionsTest-Linux-Build
10-
on: [push, pull_request]
11-
branches-ignore:
12-
- 'pipeline'
10+
on:
11+
pull_request:
12+
branches-ignore:
13+
- 'pipeline'
14+
push:
15+
branches-ignore:
16+
- 'pipeline'
1317
jobs:
1418
test:
1519
name: Run Tests

.github/workflows/wf_MacOS.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
77
# https://github.com/actions/upload-artifact#where-does-the-upload-go
88
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-branches
99
name: ActionsTest-MacOS-Build
10-
on: [push, pull_request]
11-
branches-ignore:
12-
- 'pipeline'
10+
on:
11+
pull_request:
12+
branches-ignore:
13+
- 'pipeline'
14+
push:
15+
branches-ignore:
16+
- 'pipeline'
1317
jobs:
1418
test:
1519
name: Run Tests

.github/workflows/wf_Windows.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
77
# https://github.com/actions/upload-artifact#where-does-the-upload-go
88
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-branches
99
name: ActionsTest-Windows-Build
10-
on: [push, pull_request]
11-
branches-ignore:
12-
- 'pipeline'
10+
on:
11+
pull_request:
12+
branches-ignore:
13+
- 'pipeline'
14+
push:
15+
branches-ignore:
16+
- 'pipeline'
1317
jobs:
1418
test:
1519
name: Run Tests

.github/workflows/wf_Windows_Core.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
77
# https://github.com/actions/upload-artifact#where-does-the-upload-go
88
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-branches
99
name: ActionsTest-Windows-pwsh-Build
10-
on: [push, pull_request]
11-
branches-ignore:
12-
- 'pipeline'
10+
on:
11+
pull_request:
12+
branches-ignore:
13+
- 'pipeline'
14+
push:
15+
branches-ignore:
16+
- 'pipeline'
1317
jobs:
1418
test:
1519
name: Run Tests

0 commit comments

Comments
 (0)