Skip to content

Commit

Permalink
Workflows: Disabled unittests on PRs for the moment because the workf…
Browse files Browse the repository at this point in the history
…low didn't handle it correctly
  • Loading branch information
msinn committed Jun 10, 2022
1 parent e97094b commit b3513ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "Unittests Plugins"
#on: [workflow_dispatch, push]
on:
workflow_dispatch:
pull_request:
branches:
- 'develop'
#pull_request:
# branches:
# - 'develop'
push:
branches:
- '*'
Expand Down

0 comments on commit b3513ff

Please sign in to comment.