Skip to content

Commit

Permalink
.github: run ci workflow even when only md files changed (#171)
Browse files Browse the repository at this point in the history
This workflow was skipped in a PR that changed only docs, but then
failed on push to main. Ensure that doesn't happen again.

See also the previous commit [1] message.

[1] eb12635, 2024-03-08, "Dockerfile: install tcc-libs-static"
  • Loading branch information
ee7 authored Mar 8, 2024
1 parent eb12635 commit c197cf0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: CI
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
env:
NIM_VERSION: 2.0.0

Expand Down

0 comments on commit c197cf0

Please sign in to comment.