Skip to content

Commit

Permalink
fix: trigger release (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Apr 27, 2024
1 parent 24342d5 commit 86a4153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lint_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: [master]
pull_request_target:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_call:
workflow_dispatch:

env:
CI: true
Expand Down Expand Up @@ -86,6 +86,8 @@ jobs:
- name: Coveralls
uses: coverallsapp/github-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
github-token: ${{ secrets.GH_TOKEN }}
format: simplecov
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ env:
CI: true

jobs:
lint_test_coverage:
uses: ./.github/workflows/lint_test_coverage.yml
release:
runs-on: ubuntu-22.04
needs: [lint_test_coverage]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 86a4153

Please sign in to comment.