Skip to content

Commit

Permalink
enable back deps workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jan 21, 2025
1 parent f7537ab commit c92f9cc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Build Deps

on:
workflow_dispatch:
# push:
# branches:
# - main
# - 'feature/*'
#
# pull_request:
# branches:
# - main
# schedule:
# - cron: "0 11 * * 1,4"
push:
branches:
- main
- 'feature/*'

pull_request:
branches:
- main
schedule:
- cron: "0 11 * * 1,4"

jobs:
prepare:
Expand Down

0 comments on commit c92f9cc

Please sign in to comment.