ci: allow build to be triggered by call

This commit is contained in:
Aikawa Yataro 2024-08-02 19:22:38 +00:00
parent 08aa96f1c5
commit 646f7f90cf
No known key found for this signature in database
GPG key ID: 1C5D95FB10179404

View file

@ -5,6 +5,7 @@ on:
pull_request: pull_request:
branches: [develop] branches: [develop]
workflow_dispatch: workflow_dispatch:
workflow_call:
jobs: jobs:
build: build:
strategy: strategy:
@ -33,8 +34,6 @@ jobs:
steps: steps:
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET - name: Setup .NET
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
with: with: