Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
wegood9 committed May 8, 2024
1 parent 30673cd commit 0d083b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_action.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Build Action Release

on:
workflow_dispatch:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
workflow_call:
inputs:
ref:
default: 'dev'
default: 'dev-dev'
type: string
auto_update_file:
default: 'canary.xml'
Expand Down

0 comments on commit 0d083b2

Please sign in to comment.