Remove v2 ref from workflows

This commit is contained in:
Christopher C. Wells 2023-04-14 20:15:47 -07:00
parent 22a322cbf1
commit 8211cb40a8
2 changed files with 0 additions and 4 deletions

View File

@ -3,11 +3,9 @@ on:
push:
branches:
- master
- v2
pull_request:
branches:
- master
- v2
jobs:
test:
runs-on: ubuntu-latest

View File

@ -3,11 +3,9 @@ on:
push:
branches:
- master
- v2
pull_request:
branches:
- master
- v2
schedule:
- cron: '33 0 * * 3'
jobs: