Skip to content

Commit

Permalink
Run workflows on PR that target main branch (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantp-ai authored Aug 16, 2024
1 parent 6e7a407 commit e6a51a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-format-typecheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Lint, format, type-check
on:
# Rebuild any PR to main and push changes to main
pull_request:
branches:
- main
push:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Pytest
on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down

0 comments on commit e6a51a2

Please sign in to comment.