Skip to content

Commit

Permalink
Disable scheduled builds in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft committed Dec 24, 2024
1 parent 7e2a40f commit ae2ec8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: .NET Core Build and Deploy to GitHub Pages
on:
push:
branches: [ "main" ]
schedule:
- cron: '0 * * * *'
# schedule:
# - cron: '0 * * * *'

jobs:
build-and-deploy:
Expand Down

0 comments on commit ae2ec8d

Please sign in to comment.