Browse Source

Merge branch 'develop' into fix/change-password-cache

pull/2295/head
Wing-Kam Wong 3 years ago
parent
commit
54851fd872
  1. 1
      .github/workflows/release-pr.yml

1
.github/workflows/release-pr.yml

@ -14,6 +14,7 @@ on:
- "packages/nocodb/**"
jobs:
# Validate Branch
validate-branch:
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false }}
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save