mirror of
https://github.com/rafaelvcaetano/melonDS-android.git
synced 2025-04-02 09:11:37 +00:00
Trigger nightly builds on pushing to any branch
This commit is contained in:
parent
a54d9f5c08
commit
0812313112
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user