Skip to content

Commit

Permalink
add temp pr master action
Browse files Browse the repository at this point in the history
  • Loading branch information
brim-borium committed Nov 1, 2023
1 parent 8056636 commit 64f2893
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/nightly_flutter_version.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Check Flutter Version

# on:
# schedule:
# - cron: "0 0 * * *"

on:
schedule:
- cron: "0 0 * * *"
pull_request:
branches:
- master

jobs:
check-flutter-version:
Expand Down

0 comments on commit 64f2893

Please sign in to comment.