Skip to content

Commit 48f7e56

Browse files
committed
Update .yml workflows - Trigger by manual, self
1 parent 5983e6c commit 48f7e56

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ on:
44
push:
55
branches: ["main"]
66
paths:
7+
- ".github/workflows/**"
78
- "src/**"
89
- "tests/**"
910
- "Makefile"
1011
pull_request:
1112
branches: ["main"]
1213
paths:
14+
- ".github/workflows/**"
1315
- "src/**"
1416
- "tests/**"
1517
- "Makefile"
18+
workflow_dispatch:
1619

1720
jobs:
1821
build:

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ on:
44
push:
55
branches: ["main"]
66
paths:
7+
- ".github/workflows/**"
78
- "src/**"
89
- "tests/**"
910
- "Makefile"
1011
- ".clang-format"
1112
pull_request:
1213
branches: ["main"]
1314
paths:
15+
- ".github/workflows/**"
1416
- "src/**"
1517
- "tests/**"
1618
- "Makefile"
1719
- ".clang-format"
20+
workflow_dispatch:
1821

1922
jobs:
2023
code-format-check:

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ on:
44
push:
55
branches: ["main"]
66
paths:
7+
- ".github/workflows/**"
78
- "src/**"
89
- "tests/**"
910
- "Makefile"
1011
pull_request:
1112
branches: ["main"]
1213
paths:
14+
- ".github/workflows/**"
1315
- "src/**"
1416
- "tests/**"
1517
- "Makefile"
18+
workflow_dispatch:
1619

1720
jobs:
1821
build:

0 commit comments

Comments
 (0)