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 28861f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
name: Build Eleventy
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 28861f6

Please sign in to comment.