Skip to content

Commit

Permalink
Merge pull request #302 from CarmineOptions/fix/pipeline
Browse files Browse the repository at this point in the history
fix pypline
  • Loading branch information
djeck1432 authored Nov 23, 2024
2 parents 720c420 + 6aef9de commit 516be74
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: CI Workflow

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


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

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

jobs:
lint:
Expand Down

0 comments on commit 516be74

Please sign in to comment.