Skip to content

Commit

Permalink
remove running on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
rok-cesnovar authored Nov 23, 2020
1 parent ecd0fe0 commit 97bcbcd
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
@@ -1,8 +1,6 @@
name: Windows RTools 3.5

on:
pull_request:
branches: [ develop ]
push:
branches: [ develop ]
paths-ignore:
Expand Down Expand Up @@ -99,4 +97,4 @@ jobs:
if: failure()
with:
name: gtest_outputs_xml
path: '**/*_test.xml'
path: '**/*_test.xml'

0 comments on commit 97bcbcd

Please sign in to comment.