Skip to content

Commit

Permalink
ci: enable workflows to run automatically on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
redstreet committed Apr 16, 2024
1 parent cc6feaf commit fbba9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conventionalcommits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Conventional Commits
on:
pull_request:
branches: [ main ]
types: [opened, reopened, edited]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
types: [opened, reopened, edited]

jobs:
build:
Expand Down

0 comments on commit fbba9a0

Please sign in to comment.