We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdf56a commit a93796fCopy full SHA for a93796f
1 file changed
.github/workflows/license.yml
@@ -5,7 +5,8 @@
5
# A workflow to trigger the TE license check on GitHub
6
name: 'License'
7
on:
8
- pull_request: [__disabled_do_not_remove__]
+ pull_request:
9
+ branches: [ "__disabled_do_not_remove__" ]
10
workflow_dispatch:
11
jobs:
12
check:
0 commit comments