Skip to content

Commit

Permalink
ci: run on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkparekh committed Dec 2, 2023
1 parent 3d620d0 commit deffba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
branches: [main]
push:
branches: [main]

env:
PYTHON_VERSION: 3.9
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [main]
paths-ignore: ["**/*.md", "**/*.rst"]
push:
branches: [main]
paths-ignore: ["**/*.md", "**/*.rst"]

env:
PYTHON_VERSION: 3.9
Expand Down

0 comments on commit deffba7

Please sign in to comment.