We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea080c commit c2aca76Copy full SHA for c2aca76
.github/workflows/ci.yml
@@ -2,12 +2,13 @@ name: ci
2
on:
3
push:
4
branches-ignore:
5
- - master
+ - main
6
pull_request:
7
8
- master
9
jobs:
10
test:
11
+ if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.base.repo.full_name == github.repository) }}
12
runs-on: ubuntu-22.04
13
services:
14
mssql:
@@ -57,6 +58,7 @@ jobs:
57
58
COVERALLS_PARALLEL: true
59
60
coveralls:
61
62
name: Finish Coveralls
63
needs: test
64
0 commit comments