Skip to content

Commit

Permalink
run tests on pull requests
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Johnson <najohnsn@us.ibm.com>
  • Loading branch information
najohnsn committed Nov 22, 2024
1 parent 17ae1cd commit eb61b2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI/CD

on: push
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build-wheel:
Expand Down

0 comments on commit eb61b2b

Please sign in to comment.