mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-27 18:58:00 -04:00
Allow triggering workflows manually
This commit is contained in:
1
.github/workflows/android.yml
vendored
1
.github/workflows/android.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: Android CI
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
1
.github/workflows/changelog-to-fastlane.yml
vendored
1
.github/workflows/changelog-to-fastlane.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: Convert CHANGELOG to Fastlane
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
1
.github/workflows/contributors-to-file.yml
vendored
1
.github/workflows/contributors-to-file.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: Write contributors to file
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '3 4 * * 0'
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
name: Generate feature graphic
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
1
.github/workflows/update-locales.yml
vendored
1
.github/workflows/update-locales.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: Update locales
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user