Skip to content

Commit a9a1aa8

Browse files
Erik Bylundkirre-bylund
authored andcommitted
Decrease how often Unity SDK Tests are run
1 parent 577e2ef commit a9a1aa8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
name: Test SDK with Unity
22

3+
34
on:
45
pull_request:
56
branches: # Made towards the following
67
- main
7-
- release/*
88
- dev*
99
types: # Only on the following activity
1010
- opened
1111
- synchronize # Changes to the branch like new commits, ammends, etc.
12-
- reopened
13-
- unlocked
1412
push:
1513
branches: # Made towards the following
1614
- main
17-
- dev
1815
tags:
1916
- v**
17+
workflow_dispatch: {}
2018

2119
jobs:
2220
test:

0 commit comments

Comments
 (0)