fix: simplify workflow trigger trigger again

This commit is contained in:
drbh 2024-05-28 22:04:12 -04:00
parent ba47345e1b
commit b7161c8308

View File

@ -1,14 +1,17 @@
# based on https://github.com/Dao-AILab/flash-attention/blob/main/.github/workflows/publish.yml
name: Build wheels
# on:
# push:
# branches:
# - main
# tags:
# - "*"
# pull_request:
# workflow_dispatch:
on:
push:
branches:
- main
tags:
- "*"
pull_request:
workflow_dispatch:
jobs:
build_wheels: