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 f606c5b commit 9746070Copy full SHA for 9746070
.github/workflows/gradle.yml
@@ -19,8 +19,8 @@ env:
19
20
jobs:
21
# avoid double CI runs on push and PR, from https://github.com/orgs/community/discussions/57827
22
- if: github.event_name != 'push' || github.event.push.head.repo.full_name != github.event.push.base.repo.full_name
23
build:
+ if: github.event_name != 'push' || github.event.push.head.repo.full_name != github.event.push.base.repo.full_name
24
strategy:
25
matrix:
26
os: [ubuntu-latest, macos-latest, windows-latest]
0 commit comments