We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ea24a commit 50237d0Copy full SHA for 50237d0
.github/workflows/test.yml
@@ -1,7 +1,9 @@
1
name: Validate 'setup-android-tools'
2
on:
3
+ push:
4
+ branches:
5
+ - master
6
pull_request:
- workflow_dispatch:
7
schedule:
8
- cron: 0 0 * * *
9
.github/workflows/workflow.yml
@@ -1,5 +1,11 @@
name: Build task
-on: [pull_request]
+on:
+ pull_request:
+ schedule:
+ - cron: 0 0 * * *
10
jobs:
11
Build:
0 commit comments