Skip to content

Commit

Permalink
Update Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Apr 21, 2024
1 parent c475926 commit 8336b9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ name: Build and check

on:
push:
branches: [ master ]
branches: [ master, main ]
pull_request:
branches: [ master ]
branches: [ master, main ]
# Allows to run from the Actions tab
workflow_dispatch:

jobs:
build-and-test:
uses: centic9/actions/.github/workflows/gradle-build.yml@3
uses: centic9/actions/.github/workflows/gradle-build.yml@7

0 comments on commit 8336b9e

Please sign in to comment.