We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b407d34 commit 83e76c1Copy full SHA for 83e76c1
.github/workflows/cla.yml
@@ -1,10 +1,15 @@
1
name: Scala CLA
2
-on: [pull_request]
+on:
3
+ pull_request:
4
+ push:
5
+ branches:
6
+ - 'language-reference-backport'
7
jobs:
8
check:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- run: ./project/scripts/check-cla.sh
13
+ if: github.event_name == 'pull_request'
14
env:
15
AUTHOR: ${{ github.event.pull_request.user.login }}
0 commit comments