Skip to content

Commit

Permalink
ci(github): Run build and check when opening pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
dobairoland committed Jul 9, 2024
1 parent e98cfdb commit b8be327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and release

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

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

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

jobs:
pre_commit_checks:
Expand Down

0 comments on commit b8be327

Please sign in to comment.