Skip to content

Commit

Permalink
Merge pull request #175 from croz-ltd/feature_cleanupBuildAndPublishW…
Browse files Browse the repository at this point in the history
…orkflow

Remove unnecessary configuration for 2.x.x branch in the build and publish workflow
  • Loading branch information
agrancaric authored Sep 12, 2023
2 parents 302b7b0 + b0cd209 commit ec6a6b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ on:
- master
- feature_*
- bugfix_*
- 2.x.x
pull_request:
branches:
- master
- feature_*
- bugfix_*
- 2.x.x

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: 2.x.x

- name: Cache Gradle caches
uses: actions/cache@v2
Expand Down

0 comments on commit ec6a6b3

Please sign in to comment.