Skip to content

Commit 1b44d71

Browse files
authored
[ez] get workflows to run on prs (#39)
1 parent 044b993 commit 1b44d71

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ruff.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Ruff
22

33
on:
44
push:
5+
pull_request:
56
jobs:
67
ruff:
78
runs-on: ubuntu-latest

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Smoke Test
22

33
on:
44
push:
5+
pull_request:
56

67
jobs:
78
smoke-test:

0 commit comments

Comments
 (0)