Skip to content

Commit

Permalink
ci更新
Browse files Browse the repository at this point in the history
  • Loading branch information
pn-koshikawa committed Dec 21, 2023
1 parent 0e37071 commit aaa2ed9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
tags:
- "*"
pull_request:
branches:
- "master"
types: [opened, synchronize]

jobs:
main:
Expand All @@ -20,6 +24,7 @@ jobs:
java-version: 1.8
- name: lint
run: ./gradlew spotlessCheck
- name: print version
run: ./gradlew printVersion
- name: Build Gem & Put it into './build/gems/' Directory
run: ./gradlew gem
Expand Down

0 comments on commit aaa2ed9

Please sign in to comment.