Skip to content

Commit

Permalink
refactor: cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Oct 28, 2023
1 parent e911add commit ea88e86
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: "Build"

on:
pull_request:
push:
branches:
- main
- master
schedule:
# rebuild everyday at 6:40
- cron: '40 6 * * *'
- cron: "40 6 * * *" # everyday at 6:40
workflow_dispatch:

jobs:
tests:
Expand Down

0 comments on commit ea88e86

Please sign in to comment.