Skip to content

Commit 2fa5328

Browse files
committed
Change run strategy to exclude workflows directory
1 parent f380c0c commit 2fa5328

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
name: Unit Tests
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
paths-ignore:
8+
- '.github/**'
9+
pull_request:
10+
branches:
11+
- master
412

513
jobs:
6-
pypi:
14+
tests:
715
runs-on: ubuntu-latest
816

917
strategy:

0 commit comments

Comments
 (0)