Commit Graph

11 Commits

Author SHA1 Message Date
Gabriel Le Breton
7a8fa4b427
Trigger builds on main branch push
This is tricky. I wish we could trigger on all branches push, but it seems like internal PRs are run twice when using this:

```yaml

on:
  pull_request: {}
  push: {}
```

So specifying a branch is a bit better somehow. Related discussions:
* https://github.community/t/how-to-run-a-workflow-only-once-even-when-triggered-mutliple-times/16436
* https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662
2020-10-19 12:46:48 -04:00
Gabriel Le Breton
f186bd3e30
Remove WebGL from build as it's currently failing 2020-10-19 12:34:39 -04:00
Gabriel Le Breton
2d689e523a Simplify unity-actions workflow 2020-10-18 22:41:51 -04:00
Gabriel Le Breton
9f0672b9e4 Add -nographics to see if it solves windows builds 2020-10-08 16:10:12 -04:00
Gabriel Le Breton
e65839d130 Update workflows to use @master 2020-10-08 16:01:45 -04:00
Gabriel Le Breton
c766450a25 Skip tests for now 2020-10-08 10:08:56 -04:00
Gabriel Le Breton
09ea17e4a3 Comment customParameter line because I don't have any 2020-10-08 10:08:18 -04:00
Gabriel Le Breton
105cc65715 Update project path to build from root directory 2020-10-08 10:07:28 -04:00
Gabriel Le Breton
d65219aede Remove some platforms for the example
I am currently interested in windows, linux and mac builds
2020-10-08 10:07:12 -04:00
Gabriel Le Breton
74ede7ac38 Set project version to 2020.1.7f1 2020-10-08 10:06:02 -04:00
Gabriel Le Breton
6d1f37acc6 Add avanced example from https://unity-ci.com/docs/github/getting-started 2020-10-08 10:01:55 -04:00