Skip to content

Commit

Permalink
dispatch action on test
Browse files Browse the repository at this point in the history
  • Loading branch information
aloxe committed May 17, 2024
1 parent 2bc187e commit 2307cb7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Eleventy
name: Build Eleventy prd

on:
push:
Expand Down
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
name: Build Eleventy
name: Build Eleventy test
on:
workflow_dispatch:
inputs:
environment:
type: choice
description: 'Environment'
default: 'test'
required: true
options:
- test
- aussi test

on:
push:
Expand Down

0 comments on commit 2307cb7

Please sign in to comment.