Skip to content

Commit e06ff2d

Browse files
committed
Do not test on push to 'master'
1 parent 189a201 commit e06ff2d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Tests
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- '*'
7+
- '!master'
8+
pull_request:
9+
branches:
10+
- 'master'
11+
- 'develop'
412

513
jobs:
614
build:

0 commit comments

Comments
 (0)