Skip to content

Commit

Permalink
Merge pull request #690 from simulot:patch
Browse files Browse the repository at this point in the history
Update test pipeline to trigger only on workflow dispatch
  • Loading branch information
simulot authored Feb 8, 2025
2 parents d38b627 + 9ad5bcf commit 90016d0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
name: Test Pipeline

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

workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 90016d0

Please sign in to comment.