Skip to content

Commit 83364ba

Browse files
Disabiling automatic automation until actions can be updated (known issue due to changes in Unity)
1 parent e445537 commit 83364ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/development-buildandtestupmrelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build and test UPM packages for platforms, all branches except main
22

33
on:
4-
pull_request:
5-
branches-ignore:
6-
- 'release'
4+
# pull_request:
5+
# branches-ignore:
6+
# - 'release'
77
# Ignore PRs targeting main
88

99
# Allows you to run this workflow manually from the Actions tab

0 commit comments

Comments
 (0)