mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-06-29 22:41:48 +02:00
Merge pull request #268 from ipnet-mesh/fix/ci-required-checks-on-prs
fix: ensure CI required checks run on all PRs
This commit is contained in:
@@ -11,12 +11,6 @@ on:
|
||||
- "FUNDING.yml"
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- "**/*.md"
|
||||
- "docs/**"
|
||||
- ".env.example"
|
||||
- "LICENSE"
|
||||
- "FUNDING.yml"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -85,7 +79,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
needs: [lint, test]
|
||||
if: github.event_name == 'push'
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user