Skip to content

Commit

Permalink
GH Actions: adjust the workflow triggers (#145)
Browse files Browse the repository at this point in the history
This removes the `paths-ignore` configuration.

While running the builds on commits which only have changes to the `md` or `txt` files has no actual benefit, as those files do not influence the build results, not running the builds prevents merging PRs as branch protection with required build statuses has been turned on.

This fixes that conundrum.

Co-authored-by: jrfnl <[email protected]>
  • Loading branch information
jrfnl and jrfnl authored Jan 4, 2024
1 parent 7ef4b84 commit 2b6b086
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ on:
push:
branches:
- master
paths-ignore:
- '**.md'
- '**.txt'
pull_request:
paths-ignore:
- '**.md'
- '**.txt'
# Allow manually triggering the workflow.
workflow_dispatch:

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ on:
push:
branches:
- master
paths-ignore:
- '**.md'
- '**.txt'
pull_request:
paths-ignore:
- '**.md'
- '**.txt'
# Allow manually triggering the workflow.
workflow_dispatch:

Expand Down

0 comments on commit 2b6b086

Please sign in to comment.