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: push:
branches: branches:
- master - master
- v2
pull_request: pull_request:
branches: branches:
- master - master
- v2
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

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