Skip to content

Commit 591324c

Browse files
authored
Revert "ignore .md files update in action triggers (#270)"
This reverts commit 8be77d4.
1 parent 8be77d4 commit 591324c

File tree

6 files changed

+5
-280
lines changed

6 files changed

+5
-280
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@ name: scan-codeql-workflow
22

33
on:
44
push:
5-
branches: [ "main", "dev" ]
6-
paths-ignore:
7-
- 'docs/**'
8-
- '*.md'
5+
branches: [ "main" ]
96
pull_request:
10-
branches: [ "main", "dev" ]
11-
paths-ignore:
12-
- 'docs/**'
13-
- '*.md'
14-
schedule:
15-
- cron: '0 18 * * 1-5'
7+
branches: [ "main" ]
168

179
env:
1810
BUILD_TYPE: Release

.github/workflows/ubuntu-build.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@ name: build-baremetal-ubuntu
22

33
on:
44
push:
5-
paths-ignore:
6-
- 'docs/**'
7-
- '*.md'
8-
branches: [ "main", "dev", "maint-*" ]
5+
branches: [ "main" ]
96
pull_request:
10-
branches: [ "main", "dev", "maint-*" ]
11-
paths-ignore:
12-
- 'docs/**'
13-
- '/*.md'
7+
branches: [ "main" ]
8+
workflow_dispatch:
149

1510
env:
1611
BUILD_TYPE: Release

.github/workflows/ubuntu-docker-ffmpeg.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/ubuntu-docker-media-proxy.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/ubuntu-docker-publish.yaml

Lines changed: 0 additions & 130 deletions
This file was deleted.

.github/workflows/ubuntu-docker-sdk.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)