This commit is contained in:
Paul Merlin 2020-04-18 17:10:08 +02:00 committed by GitHub
parent a5009d1aec
commit 9f5ce3593a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,7 @@ For example:
```yaml ```yaml
# .github/workflows/gradle-build-pr.yml # .github/workflows/gradle-build-pr.yml
name: Run Gradle on PRs name: Run Gradle on PRs
on: pull-request on: pull_request
jobs: jobs:
gradle: gradle:
strategy: strategy: