mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Remove on.release
from workflow triggers
Per GitHub's documentation for on.release events, `on.release` event will run our workflow any time the `release` event occurs, but it is unclear if Tahoe will need this yet. Removing for now.
This commit is contained in:
parent
c4061fffa0
commit
a38029f9db
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -3,8 +3,6 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user