Fix Github Actions

This commit is contained in:
Nennneko5787 2023-02-18 16:39:58 +09:00
parent 4074e23d29
commit 0313bef5cd
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ name: Build
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: