Skip to content

Commit

Permalink
fix(jannis-baum#97): run CIs on PRs from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jul 15, 2024
1 parent eb29b9f commit 48d2944
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- '**'
tags:
- 'v*'
pull_request:
branches:
- main

permissions:
contents: write
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- '**'
paths:
- '**.md'
pull_request:
branches:
- main

jobs:
lint:
Expand Down

0 comments on commit 48d2944

Please sign in to comment.