Skip to content

Commit

Permalink
Update main.yml for the CI to be triggered on main and release-candid…
Browse files Browse the repository at this point in the history
…ate branch
  • Loading branch information
rabisnaqvi committed May 24, 2023
1 parent 431ed88 commit 587623c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI

on:
push:
branches: [main, release-candidate]
pull_request:
types: ['opened', 'reopened', 'synchronize', 'edited']

Expand Down Expand Up @@ -39,6 +40,3 @@ jobs:
run: npm run docs
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage/lcov.info

0 comments on commit 587623c

Please sign in to comment.