Skip to content

Commit e4a5d9c

Browse files
authored
Change the trigger to check the CLA (#20567)
1 parent 61a15b2 commit e4a5d9c

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/cla.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
1-
name: Scala CLA
1+
name: Check Scala CLA
22
on:
33
pull_request:
4+
types: opened
45
branches-ignore:
56
- 'language-reference-stable'
6-
push:
7-
branches:
8-
- 'language-reference-stable'
9-
merge_group:
10-
permissions:
11-
contents: write
12-
pull-requests: write
137

148
jobs:
159
check:
1610
runs-on: ubuntu-latest
1711
steps:
1812
- uses: actions/checkout@v4
1913
- run: ./project/scripts/check-cla.sh
20-
if: github.event_name == 'pull_request'
2114
env:
2215
AUTHOR: ${{ github.event.pull_request.user.login }}

0 commit comments

Comments
 (0)