Skip to content

Commit

Permalink
cicd: add enter branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bob2402 committed Feb 23, 2024
1 parent d7cc8a0 commit 4b044f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
branches: ["main", "enter"]

env:
TEST_NOTIFICATION_PUBKEY: ${{ vars.TEST_NOTIFICATION_PUBKEY }}
Expand Down

0 comments on commit 4b044f0

Please sign in to comment.