Skip to content

Commit

Permalink
updating workflows to hopefully trigger on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
sametz committed Dec 8, 2023
1 parent 3e4c52f commit 64e7616
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: Check Code Quality On Push

on:
push
push:
branches:
- master
- develop
- release-*
pull_request:
branches:
- develop

jobs:
call_codequality:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tox-cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- master
- develop
- release-*
pull_request:
branches:
- develop

jobs:
build:
Expand Down

0 comments on commit 64e7616

Please sign in to comment.