Skip to content

Commit

Permalink
testing some CI workflow fixes for schedule and push
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Feb 1, 2025
1 parent 7667e86 commit adecfe4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Android CI
on:
push:
branches:
- master
paths-ignore:
- '**/README.md'
pull_request:
branches: [ master, devel ]
schedule:
- cron: '30 12 * * 4'

on: [push]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit adecfe4

Please sign in to comment.