neovim/.github
dundargoc e71c7898ca
ci: trigger tests when pushing
This will allow contributors to test changes in their own fork when
pushing without needing to make a pull request. This can be useful when
wanting to test out an idea before initiating a review process.

Make the following assumptions when defining concurrency:
- Pull request will work the same.
- Pushes to the neovim repo will work the same: each unique commit will
  trigger a test run that won't cancel each other.
- Pushes to forks will cancel older CI runs on the same branch, similar
  to how pull requests work.

This will create duplicate CI runs when doing a pull request, one in the
neovim repo for the pull request event and one in the fork for the push
event. This is an acceptable trade as the runs in the fork doesn't count
towards the CI limit of neovim. Contributors are also free to disable
these actions in their own fork if they wish.
2023-05-15 00:08:57 +02:00
..
actions/cache
ISSUE_TEMPLATE
scripts ci(response): use pagination for timeline events 2023-05-07 16:46:24 +02:00
workflows ci: trigger tests when pushing 2023-05-15 00:08:57 +02:00
dependabot.yml
FUNDING.yml
labeler.yml
SECURITY.md