Skip to content

Commit 50237d0

Browse files
author
Maxim Lobanov
committed
enable workflow validation
1 parent 73ea24a commit 50237d0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Validate 'setup-android-tools'
22
on:
3+
push:
4+
branches:
5+
- master
36
pull_request:
4-
workflow_dispatch:
57
schedule:
68
- cron: 0 0 * * *
79

.github/workflows/workflow.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Build task
2-
on: [pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
schedule:
8+
- cron: 0 0 * * *
39

410
jobs:
511
Build:

0 commit comments

Comments
 (0)