Skip to content

Commit

Permalink
Add workflow_dispatch triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
austinwarner-8451 committed May 13, 2024
1 parent b79e7d8 commit b1aa0b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

name: Build

on:
workflow_call:
on: [workflow_call, workflow_dispatch]

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ on:
description: 'The environment to deploy to'
required: true
type: string
workflow_dispatch:
inputs:
environment:
description: 'The environment to deploy to'
required: true
type: string


jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

name: Tests

on:
workflow_call:
on: [workflow_call, workflow_dispatch]

permissions:
contents: write
Expand Down

0 comments on commit b1aa0b5

Please sign in to comment.