Skip to content

Commit

Permalink
ci(pr): stop running the pr on main
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Dec 22, 2023
1 parent c1e7f8a commit 7c7a05a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ name: Pull Request
on:
workflow_dispatch:
pull_request:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [ 18.x, 20.x ]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7c7a05a

Please sign in to comment.