Skip to content

Commit

Permalink
Merge pull request #5 from sandenbergmelo/upgrade-to-uv
Browse files Browse the repository at this point in the history
Update pipeline to only run for main branch
  • Loading branch information
sandenbergmelo authored Jan 10, 2025
2 parents d873472 + 7c2881e commit 3d8f988
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Pipeline
on: [push, pull_request]

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
run-tests:
Expand Down

0 comments on commit 3d8f988

Please # to comment.