unity-actions-example/.github/workflows
Gabriel Le Breton 45b231938b
Simplify unity-actions workflow (#1)
* Simplify unity-actions workflow

* Remove WebGL from build as it's currently failing

* 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 16:53:30 +00:00
..
main.yml Simplify unity-actions workflow (#1) 2020-10-19 16:53:30 +00:00