Skip to content

Commit

Permalink
chore(platform): update deno-verify.yml to run on push & pull request…
Browse files Browse the repository at this point in the history
… events
  • Loading branch information
wax911 authored May 18, 2024
1 parent c683983 commit 9e2b043
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deno-verify.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: deno-verify

on:
push:
branches:
- dev
- main
push:
branches: ["dev"]
pull_request:
branches: ["dev"]

permissions:
contents: read
Expand Down

0 comments on commit 9e2b043

Please sign in to comment.