Trigger nightly builds on pushing to any branch

This commit is contained in:
Rafael Caetano 2023-02-01 19:23:34 +00:00
parent a54d9f5c08
commit 0812313112

View File

@ -4,9 +4,9 @@ name: melonDS Android Nightly Build
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
# Triggers the workflow on push to any branch
push:
branches: [ master ]
branches: [ '**' ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: