mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-01 16:30:10 +00:00
fix: run deno workflow only on branch push (#66)
This commit is contained in:
2
.github/workflows/deno.yml
vendored
2
.github/workflows/deno.yml
vendored
@@ -2,6 +2,8 @@ name: Deno Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
BuildDeno:
|
||||
|
||||
Reference in New Issue
Block a user