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 c8f75b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 36 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/pages.yml

This file was deleted.

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: 11 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Build Eleventy

name: 'Build Eleventy test'
on:
workflow_dispatch:
inputs:
environment:
type: choice
description: 'Environment'
default: 'test'
required: true
options:
- test
- rien
push:
branches:
- build
Expand Down

0 comments on commit c8f75b4

Please sign in to comment.