Skip to content

Commit

Permalink
ci(gh-actions): change repo owner and update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate committed Mar 20, 2024
1 parent 6b2dc42 commit 4d68664
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@ on:
branches: [ master ]
paths-ignore:
- '.github/ISSUE_TEMPLATE'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-20.04
if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') && github.repository_owner == 'RikkaApps' }}
runs-on: ubuntu-latest
if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') && github.repository_owner == 'pixincreate' }}

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit 4d68664

Please sign in to comment.