Merge remote-tracking branch 'origin/v3-ui' into feature/automation-branching-ux
This commit is contained in:
commit
f1217a67e4
|
@ -3,7 +3,7 @@ name: Deploy QA
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- v3-ui
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -6,7 +6,6 @@ export const TriggerStepID = {
|
|||
WEBHOOK: "WEBHOOK",
|
||||
APP: "APP",
|
||||
CRON: "CRON",
|
||||
ROW_ACTION: "ROW_ACTION",
|
||||
}
|
||||
|
||||
export const ActionStepID = {
|
||||
|
|
Loading…
Reference in New Issue