Navigation Menu

Skip to content

Commit

Permalink
fix: run deno workflow only on branch push (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Jan 1, 2021
1 parent 6464fe9 commit 0ef4620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deno.yml
Expand Up @@ -2,6 +2,8 @@ name: Deno Deploy

on:
push:
branches:
- '*'

jobs:
BuildDeno:
Expand Down

0 comments on commit 0ef4620

Please sign in to comment.