Skip to content

Commit f285b6f

Browse files
Heiko KieselZero3141
authored andcommitted
Undo changes for testing
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent 680b336 commit f285b6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/license-check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
name: Check License Compliance
66
on:
77
push:
8-
#branches:
9-
# - main
10-
# - v[0-9]+.x
8+
branches:
9+
- main
10+
- v[0-9]+.x
1111
pull_request:
1212

1313
jobs:
1414
license-check:
1515
runs-on: ubuntu-22.04
16-
# if: github.repository == 'secureCodeBox/secureCodeBox'
16+
if: github.repository == 'secureCodeBox/secureCodeBox'
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v3

0 commit comments

Comments
 (0)