Merge pull request #6691 from vector-im/feature/bma/validateGradleWrapper

Avoid running this workflow twice on PR. #6690
This commit is contained in:
Benoit Marty 2022-07-29 15:32:56 +02:00 committed by GitHub
commit 5e19838108
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
name: "Validate Gradle Wrapper"
on: [push, pull_request]
on:
pull_request: { }
push:
branches: [ main, develop ]
jobs:
validation: