Skip to content

Commit b84c032

Browse files
committed
Chore: Change test workflow trigger to only apply to master and develop branches, and also trigger for PRs
1 parent db33ca6 commit b84c032

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yml

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

3-
on: [push]
3+
on:
4+
push:
5+
branches: [master, develop]
6+
pull_request:
7+
branches: [master, develop]
8+
types: [ opened, synchronize, reopened ]
49

510
jobs:
611
build:

0 commit comments

Comments
 (0)