mirror of https://github.com/snachodog/mybuddy.git
Remove v2 ref from workflows
This commit is contained in:
parent
22a322cbf1
commit
8211cb40a8
|
@ -3,11 +3,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- v2
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- v2
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -3,11 +3,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- v2
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- v2
|
||||
schedule:
|
||||
- cron: '33 0 * * 3'
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue