Skip to content

Commit

Permalink
chore: add mfa_v1 to release .yml files (#670)
Browse files Browse the repository at this point in the history
Co-authored-by: joel@joellee.org <joel@joellee.org>
  • Loading branch information
J0 and joel@joellee.org authored Sep 7, 2022
1 parent 8b1ec24 commit 1839955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [completed]
branches:
- master
- mfa
- mfa_v1
- zerosessionidfix

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- master
- mfa
- mfa_v1
- saml
- zerosessionidfix
tags: ['*']
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"branches": [
"master",
{
"name": "mfa",
"name": "mfa_v1",
"prerelease": true
},
{
Expand Down

0 comments on commit 1839955

Please sign in to comment.