Skip to content

Commit 922ec11

Browse files
committed
test fixxx
1 parent d7ce69f commit 922ec11

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

Diff for: .github/workflows/smart-commenting.yml

+16-15
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
name: Smart Commenting
22

33
on:
4-
pull_request:
5-
branches:
6-
- develop
7-
paths:
8-
- '**.php'
9-
- 'composer.*'
10-
- '.github/workflows/smart-commenting.yml'
11-
push:
12-
branches:
13-
- develop
14-
paths:
15-
- '**.php'
16-
- 'composer.*'
17-
- '.github/workflows/smart-commenting.yml'
4+
workflow_call:
5+
pull_request:
6+
branches:
7+
- develop
8+
paths:
9+
- '**.php'
10+
- 'composer.*'
11+
- '.github/workflows/smart-commenting.yml'
12+
push:
13+
branches:
14+
- develop
15+
paths:
16+
- '**.php'
17+
- 'composer.*'
18+
- '.github/workflows/smart-commenting.yml'
1819
jobs:
19-
20+
2021
add-comment-for-GPG-Signing:
2122
uses: codeigniter4/.github/.github/workflows/label-signing.yml@main
2223

0 commit comments

Comments
 (0)