Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irsdl committed Sep 18, 2023
1 parent ce44520 commit aae281f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
if: !(github.event_name == 'pull_request' && github.head_ref == 'early-adopter' && github.base_ref == 'main')
if: github.event_name != 'pull_request' || github.head_ref != 'early-adopter' || github.base_ref != 'main'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit aae281f

Please sign in to comment.