Skip to content

Commit

Permalink
op-264 restore githubactions
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Apr 19, 2024
1 parent 35a612c commit 3205cee
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on:
push:
branches-ignore:
- 'dependabot/**'
pull_request: ~
release:
types: [ created ]
schedule:
- cron: "0 1 * * 6" # Run at 1am every Saturday
workflow_dispatch: ~
pull_request: ~
release:
types: [created]
schedule:
-
cron: "0 1 * * 6" # Run at 1am every Saturday
workflow_dispatch: ~

jobs:
tests:
Expand Down

0 comments on commit 3205cee

Please sign in to comment.