Skip to content

Commit

Permalink
Don't run tests twice in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 5, 2023
1 parent c0172dc commit 0471aef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
@@ -1,6 +1,12 @@
name: Node CI

on: [push, pull_request]
on:
push:
branches:
- main
tags:
- '!*'
pull_request:

jobs:
build:
Expand Down

1 comment on commit 0471aef

@vercel
Copy link

@vercel vercel bot commented on 0471aef May 5, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

proxy-agents – ./

proxy-agents.vercel.app
proxy-agents-git-main-tootallnate.vercel.app
proxy-agents-tootallnate.vercel.app

Please sign in to comment.