Skip to content

Commit

Permalink
Add push and manual triggers for validating android release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
coreycb committed Jan 7, 2025
1 parent d656458 commit e9e3808
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---

on:
workflow_dispatch: # Enables manual trigger
pull_request:
paths:
- 'android_beta/*.yml'
- 'android_release/*.yml'
push:
paths:
- 'android_beta/*.yml'
- 'android_release/*.yml'

jobs:
render_notes:
Expand Down

0 comments on commit e9e3808

Please sign in to comment.