Skip to content

Commit

Permalink
Change workflow to pull_request and push-to-main
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Jul 11, 2024
1 parent d7556c2 commit caf797a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: deploy
on: [push]
on:
pull_request:
types: [opened, synchronize, edited, reopened]
push:
branches:
- main

jobs:
run:
Expand Down

1 comment on commit caf797a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for nats-by-example ready!

✅ Preview
https://nats-by-example-e66jq63lg-connecteverything.vercel.app

Built with commit caf797a.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.