Skip to content

Commit fdba23d

Browse files
committed
test glob-ignores branch as py pkg
1 parent 24a6f0b commit fdba23d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
description: 'which branch to test'
88
default: 'main'
99
required: true
10+
push:
1011

1112
jobs:
1213
cpp-linter:
@@ -16,7 +17,7 @@ jobs:
1617
matrix:
1718
clang-version: ['7', '8', '9','10', '11', '12', '13', '14', '15', '16', '17']
1819
repo: ['cpp-linter/cpp-linter']
19-
branch: ['${{ inputs.branch }}']
20+
branch: ['glob-ignores'] # ['${{ inputs.branch }}']
2021
fail-fast: false
2122

2223
steps:

0 commit comments

Comments
 (0)