Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaship authored Jan 21, 2024
1 parent 0b0d74c commit 723cd13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- '*'
pull_request:
branches:
- 'master'

permissions:
contents: read
Expand All @@ -15,6 +12,8 @@ jobs:
build:

runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref != 'refs/heads/master'

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 723cd13

Please sign in to comment.