diff --git a/.github/workflows/bun-support.yml b/.github/workflows/bun-support.yml index f2dd573265..f0f71530ad 100644 --- a/.github/workflows/bun-support.yml +++ b/.github/workflows/bun-support.yml @@ -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: