jelhan / create-github-actions-setup-for-ember-addon

Setup GitHub Actions for an Ember Addon
MIT License
19 stars 2 forks source link

CI should run only once per commit #7

Closed jelhan closed 3 years ago

jelhan commented 3 years ago

Before the CI was run twice if a pull request is created from a feature branch within the same repository (not a fork). The changes follow the recommendation given by @isaac in When Should CI Run? chapter of his blog post: CI with GitHub Actions for Ember Apps

Closes #5