Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Adapt CI workflow "on" run configurations from "tmpl" template repository #19

Merged

Commits on Sep 25, 2020

  1. Adapt CI workflow "on" run configurations from "tmpl" template reposi…

    …tory
    
    Before the CI workflow only used the `push` configuration for the `on`
    field. To improve the performance a more fine grained configuration is
    now used that has already been defined in the "tmpl" template
    repository [1]:
    
    - Only runs on pushes to the `main` branch.
    - Only runs on pushes for `v*` tags.
    - Always runs for pushes to PRs.
    
    These changes help to keep the required GitHub Action run minutes for
    the account of this repository as small as possible without wasting
    resources for unnecessary runs.
    
    [1]: https://github.com/svengreb/tmpl
    
    GH-18
    svengreb committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    1160ed4 View commit details
    Browse the repository at this point in the history