Skip to content

Commit

Permalink
Merge pull request #98 from jannis-baum/issue/97-fix-running-ci-on-prs
Browse files Browse the repository at this point in the history
Fix running CI on PRs
  • Loading branch information
jannis-baum authored Jul 15, 2024
2 parents eb29b9f + 48d2944 commit 4e1d7cb
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 4e1d7cb

Please sign in to comment.