Skip to content

Commit 7d3046a

Browse files
committed
Restrict running tests on push to branches develop and master
1 parent 5ddcf5e commit 7d3046a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Run Test
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- develop
6+
- master
7+
pull_request:
38
jobs:
49
Test:
510
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)