Skip to content

Commit

Permalink
run workflow on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
powercasgamer committed Nov 22, 2023
1 parent c87df90 commit d445005
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Java CI with Gradle

on:
push:
branches:
- master
branches: [ "**" ]
tags-ignore: [ "**" ]
pull_request:
branches:
- master

concurrency:
group: "${{ github.workflow }}-${{ github.event.number || github.ref }}"
Expand Down

0 comments on commit d445005

Please sign in to comment.