Skip to content

Commit

Permalink
Refine a bit CI events
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Oct 7, 2023
1 parent c4f577c commit 22dec6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deno CI
on: [push, pull_request]
on:
push:
pull_request:
types: [opened, synchronize, reopened, closed]
jobs:
build:
name: ${{ matrix.os }}
Expand Down

0 comments on commit 22dec6e

Please sign in to comment.