Skip to content

Commit

Permalink
Merge pull request #330 from CarmineOptions/fix/pipeline
Browse files Browse the repository at this point in the history
fix pipeline
  • Loading branch information
djeck1432 authored Nov 26, 2024
2 parents 3d6f8c7 + e699ae9 commit 23b3ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: CI Workflow

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


jobs:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Pylint Check

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

jobs:
lint:
Expand Down

0 comments on commit 23b3ce9

Please sign in to comment.