We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577e2ef commit a9a1aa8Copy full SHA for a9a1aa8
.github/workflows/main.yml
@@ -1,22 +1,20 @@
1
name: Test SDK with Unity
2
3
+
4
on:
5
pull_request:
6
branches: # Made towards the following
7
- main
- - release/*
8
- dev*
9
types: # Only on the following activity
10
- opened
11
- synchronize # Changes to the branch like new commits, ammends, etc.
12
- - reopened
13
- - unlocked
14
push:
15
16
17
- - dev
18
tags:
19
- v**
+ workflow_dispatch: {}
20
21
jobs:
22
test:
0 commit comments