Skip to content

Commit

Permalink
Run workflows on pull requests (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLKRo authored Nov 2, 2022
1 parent f8b558f commit 6f099eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish_docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build_and_publish_docs

on: [push]
on: [push, pull_request]

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: codestyle

on: [push]
on: [push, pull_request]

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test_coverage

on: [push]
on: [push, pull_request]


jobs:
Expand Down

0 comments on commit 6f099eb

Please sign in to comment.