Skip to content

Commit

Permalink
Fix CI status checks on PR from forks (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
istandre authored Jan 20, 2024
1 parent 3408104 commit 21ea4c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pythonci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Python CI

on:
push
- push
- pull_request

jobs:
backend:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/webapp_ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Webapp CI

on:
push
- push
- pull_request

jobs:
frontend:
Expand Down

0 comments on commit 21ea4c4

Please sign in to comment.