mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-11 00:00:58 +00:00
f312b3fbb6
Add more triggers to the test workflow
20 lines
373 B
YAML
20 lines
373 B
YAML
name: Testing workflow config action
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
pull_request:
|
|
release:
|
|
|
|
jobs:
|
|
testing-workflow-config:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3
|
|
- name: configure workflow
|
|
uses: ./.github/actions/configure-workflow
|
|
id: config
|
|
with:
|
|
milliseconds: 3000
|