Skip to content

Commit

Permalink
chore: combine merge and pullrequest workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Bond <federicobond@gmail.com>
  • Loading branch information
federicobond committed Oct 22, 2023
1 parent 2a62fc7 commit a7ead47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 81 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
# separate terms of service, privacy policy, and support
# documentation.

name: PR
name: "Build / Test"

on:
push:
branches: [master, main]
pull_request:
branches: [master, main]

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -51,6 +50,7 @@ jobs:

lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down
77 changes: 0 additions & 77 deletions .github/workflows/merge.yml

This file was deleted.

0 comments on commit a7ead47

Please sign in to comment.