feat: support web-auth way for wecom (#275)

Signed-off-by: sh1luo <690898835@qq.com>
This commit is contained in:
sh1luo
2021-08-23 22:25:55 +08:00
committed by Yang Luo
parent e50c6cd4b5
commit edf621f4d5
6 changed files with 34 additions and 5 deletions

View File

@ -31,6 +31,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: github.repository == 'casbin/casdoor' && github.event_name == 'push'
needs: [ frontend, backend ]
steps:
- name: Checkout