Skip to content

Commit

Permalink
ci: run on changes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkparekh committed Nov 29, 2023
1 parent 3e69d02 commit 758dc87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
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 758dc87

Please sign in to comment.