Skip to content

Commit 46093a4

Browse files
committed
auto-trigger workflows again
1 parent b06637f commit 46093a4

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/workflows/cpp-lint-action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ name: cpp-linter as action
22

33
on:
44
workflow_dispatch:
5+
pull_request:
6+
types: [opened, reopened, synchronize]
7+
paths:
8+
- ".github/workflows/cpp-lint-action.yml"
9+
- "src/**"
10+
push:
11+
paths:
12+
- ".github/workflows/cpp-lint-action.yml"
13+
- "src/**"
514

615

716
jobs:

.github/workflows/cpp-lint-package.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ name: cpp-linter as pkg
22

33
on:
44
workflow_dispatch:
5+
pull_request:
6+
types: [opened, reopened, synchronize]
7+
paths:
8+
- ".github/workflows/cpp-lint-action.yml"
9+
- "src/**"
10+
push:
11+
paths:
12+
- ".github/workflows/cpp-lint-action.yml"
13+
- "src/**"
514

615
jobs:
716
cpp-linter:

0 commit comments

Comments
 (0)