Avoid running this workflow twice on PR. #6690
This commit is contained in:
parent
59f00cd196
commit
3d722118ca
@ -1,5 +1,8 @@
|
|||||||
name: "Validate Gradle Wrapper"
|
name: "Validate Gradle Wrapper"
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
pull_request: { }
|
||||||
|
push:
|
||||||
|
branches: [ main, develop ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validation:
|
validation:
|
||||||
|
Loading…
Reference in New Issue
Block a user