Skip to content
/ cas Public

Commit 7eaf9bb

Browse files
committed
prep for release [skip ci]
1 parent f47a88d commit 7eaf9bb

File tree

11 files changed

+11
-687
lines changed

11 files changed

+11
-687
lines changed

.github/workflows/analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ on:
2222
workflow_dispatch:
2323
push:
2424
branches:
25-
- master
25+
- 7.3.x
2626
- '!**.**.**'
2727
- '!heroku-*'
2828
pull_request:
2929
types: [ labeled, assigned ]
30-
branches: [ master, pr-* ]
30+
branches: [ 7.3.x, pr-* ]
3131

3232
##########################################################################
3333

.github/workflows/build.yml

Lines changed: 0 additions & 134 deletions
This file was deleted.

.github/workflows/dependencies.yml

Lines changed: 0 additions & 120 deletions
This file was deleted.

.github/workflows/functional-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ on:
4040
- cron: '0 18 * * *'
4141
push:
4242
branches:
43-
- master
43+
- 7.3.x
4444
- '!**.**.**'
4545
- '!heroku-*'
4646
pull_request:
4747
types: [ labeled ]
4848
branches:
49-
- master
49+
- 7.3.x
5050
- 'pr-*'
5151
- '!**.**.**'
5252

0 commit comments

Comments
 (0)