Allow triggering workflows manually

This commit is contained in:
Sylvia van Os
2023-09-10 12:03:27 +02:00
parent d0881151fe
commit fea4c63840
5 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
name: Android CI
on:
workflow_dispatch:
push:
branches:
- main

View File

@@ -1,5 +1,6 @@
name: Convert CHANGELOG to Fastlane
on:
workflow_dispatch:
push:
branches:
- main

View File

@@ -1,5 +1,6 @@
name: Write contributors to file
on:
workflow_dispatch:
schedule:
- cron: '3 4 * * 0'

View File

@@ -1,5 +1,6 @@
name: Generate feature graphic
on:
workflow_dispatch:
push:
branches:
- main

View File

@@ -1,5 +1,6 @@
name: Update locales
on:
workflow_dispatch:
push:
branches:
- main