Skip to content

Commit

Permalink
feat: disable CI testing on PR to main;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Aug 6, 2023
1 parent fb927a7 commit d972536
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

pull_request:
branches:
- main
- dev

jobs:
Expand Down Expand Up @@ -47,4 +46,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: 'coverage.lcov'
path-to-lcov: 'coverage.lcov'

0 comments on commit d972536

Please sign in to comment.