Skip to content

Commit

Permalink
fix: update rules that trigger ci workflow (#783)
Browse files Browse the repository at this point in the history
Change when ci run is triggered
  • Loading branch information
aanorbel authored Jul 16, 2024
1 parent 3106d03 commit e87d913
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
# - assemble-archive: Archive APKs
# - distribute: Upload artifact to Firebase App Distribution
name: Validate
on: [ push ]
on:
push:
branches:
- master
pull_request:
schedule:
- cron: "0 2 * * */2"
jobs:
build:
name: Ensure the code builds
Expand Down

0 comments on commit e87d913

Please sign in to comment.