fix: update workflow trigger again
This commit is contained in:
parent
4692347140
commit
6499b8e213
|
@ -1,16 +1,11 @@
|
||||||
# based on https://github.com/Dao-AILab/flash-attention/blob/main/.github/workflows/publish.yml
|
# based on https://github.com/Dao-AILab/flash-attention/blob/main/.github/workflows/publish.yml
|
||||||
name: Build wheels
|
name: Build wheels
|
||||||
|
|
||||||
# on:
|
|
||||||
# push:
|
|
||||||
# branches:
|
|
||||||
# - main
|
|
||||||
# tags:
|
|
||||||
# - "*"
|
|
||||||
# pull_request:
|
|
||||||
# workflow_dispatch:
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue