Skip to content

Commit

Permalink
ci 忽略release创建的tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DancingSnow0517 committed May 4, 2024
1 parent 283eb71 commit 72fb1e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- build.gradle
- gradle.properties
- settings.gradle
tags-ignore:
- releases/**

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v3
uses: gradle/actions/wrapper-validation@v3

- name: Setup Java 17
uses: actions/[email protected]
Expand All @@ -25,7 +25,7 @@ jobs:
run: chmod +x ./gradlew

- name: Build with Gradle
uses: gradle/actions@v3.3.2
uses: gradle/actions/setup-gradle@v3

- name: Build
run: ./gradlew build
Expand Down

0 comments on commit 72fb1e0

Please sign in to comment.