Skip to content

Commit

Permalink
And fix when to run
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Feb 17, 2024
1 parent 0e0e454 commit 866b179
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/runpipe.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Run runpipe tests
on:
push:
branches-ignore:
- main
- '[0-9]+.[0-9]+'
- gh-readonly-queue/main/*
- gh-readonly-queue/main/[0-9]+.[0-9]+
pull_request:
branches:
- main
- '[0-9]+.[0-9]+'

jobs:
runpipe:
Expand Down

0 comments on commit 866b179

Please sign in to comment.