Skip to content

Commit

Permalink
Re-enable action on push for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ptormene committed Jan 9, 2024
1 parent 6940200 commit d51b9aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/qgis_ltr_engine_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
description: Git Ref
default: master
required: true
# push:
# branches:
# - '**'
# schedule:
# - cron: "0 2 * * *"
push:
branches:
- '**'
schedule:
- cron: "0 2 * * *"

jobs:
Tests_and_docs:
Expand Down

0 comments on commit d51b9aa

Please sign in to comment.