Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Simplify unity-actions workflow #1

Merged
merged 3 commits into from
Oct 19, 2020
Merged

Conversation

GabLeRoux
Copy link
Member

No description provided.

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.heygears.community/t/how-to-run-a-workflow-only-once-even-when-triggered-mutliple-times/16436
* https://github.heygears.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662
@mergery mergery bot merged commit 45b2319 into main Oct 19, 2020
@GabLeRoux GabLeRoux deleted the feature/improve-workflow-example branch October 19, 2020 19:31
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant