Skip to content

Commit

Permalink
enable workflow validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Lobanov committed Oct 10, 2020
1 parent 73ea24a commit 50237d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Validate 'setup-android-tools'
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
schedule:
- cron: 0 0 * * *

Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Build task
on: [pull_request]
on:
push:
branches:
- master
pull_request:
schedule:
- cron: 0 0 * * *

jobs:
Build:
Expand Down

0 comments on commit 50237d0

Please sign in to comment.