1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

Add push trigger (#474)

This commit is contained in:
Vince Grassia
2024-03-27 17:07:25 +00:00
committed by GitHub
parent 1480445d35
commit 9a3aae16a7

View File

@@ -3,6 +3,11 @@ name: Build
on:
pull_request: {}
push:
branches:
- "main"
- "rc"
- "hotfix-rc"
workflow_dispatch: {}
jobs: