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 d972e44 commit 03d4dbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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,14 +4,14 @@ 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
with:
fullCheckout: true
6 changes: 3 additions & 3 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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/maven-build.yml@5
uses: centic9/actions/.github/workflows/maven-build.yml@7
with:
fullCheckout: true

0 comments on commit 03d4dbc

Please sign in to comment.