Skip to content

Commit

Permalink
Temporarily run Bun CI for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Jan 8, 2024
1 parent 65de309 commit 282970a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/bun-support.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name: Bun Support
#on:
# schedule:
# - cron: 0 0 * * *
# workflow_dispatch:

on:
schedule:
- cron: 0 0 * * *
push:
branches: [master, develop]
tags: ['*']
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 282970a

Please sign in to comment.