winit-sonoma-fix/.github/workflows
Mads Marquart a033b25ecb
Make CI run on changes to non-code files as well (#2130)
The repository is configured such that specific checks are required to pass before merging; since CI doesn't run on PRs that don't change code, they can't be merged without administrator intervention.

Also, while this definition is currently correct, we might in the future change something so that changes to other files (like markdown files) really should be run through CI.

And example of that could be:
```rust
#[cfg(doctest)]
#[doc = include_str!("../README.md")]
extern "C" {}
```
2022-01-05 15:01:17 +01:00
..
ci.yml Make CI run on changes to non-code files as well (#2130) 2022-01-05 15:01:17 +01:00
publish.yml Only try publishing when a version tag is pushed (#1876) 2021-03-10 14:10:35 -08:00