Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Aug 8, 2024
1 parent 682dd0d commit 76e5df7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: main
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [main]
push:
branches: [main]
branches: [trigger-coveralls]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down Expand Up @@ -58,7 +55,6 @@ jobs:

coverage:
needs: test
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -68,6 +64,6 @@ jobs:
path: .
- uses: coverallsapp/github-action@v2.3.0
with:
base-path: /
file: $LCOV
base-path: /
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 76e5df7

Please sign in to comment.