Skip to content

Commit a93796f

Browse files
committed
fix license action
1 parent cfdf56a commit a93796f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/license.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
# A workflow to trigger the TE license check on GitHub
66
name: 'License'
77
on:
8-
pull_request: [__disabled_do_not_remove__]
8+
pull_request:
9+
branches: [ "__disabled_do_not_remove__" ]
910
workflow_dispatch:
1011
jobs:
1112
check:

0 commit comments

Comments
 (0)