Skip to content
Snippets Groups Projects
Commit cf4ae97a authored by hluk's avatar hluk
Browse files

Build and test only once for a pull request

parent db2a83c3
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ name: Linux Build
# yamllint disable-line rule:truthy
on:
- push
- pull_request
jobs:
build:
......
......@@ -4,7 +4,6 @@ name: macOS Build
# yamllint disable-line rule:truthy
on:
- push
- pull_request
jobs:
build:
......
......@@ -4,6 +4,9 @@ configuration: Release
image:
- Visual Studio 2019
# Build and test only once for a pull request.
skip_branch_with_pr: true
environment:
matrix:
- QTDIR: C:\Qt\5.13\mingw73_32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment