Skip to content

Commit

Permalink
Update build_and_upload_on_push_to_dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyhollywood authored Jan 26, 2024
1 parent 05093c7 commit 8af2e99
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions .github/workflows/build_and_upload_on_push_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,26 @@ env:

on:
push:
branches:
- "dev"
- "release"
- "view-performance"
branches:[]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
tags:
description: 'Test scenario tags'
required: false
type: boolean
environment:
description: 'Environment to run tests against'
type: environment
required: true

jobs:
# A job to generate one shared unique version tag per build cycle for all built artifacts
Expand Down

0 comments on commit 8af2e99

Please sign in to comment.