Skip to content

Commit

Permalink
Fix on calls to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-seals committed Nov 23, 2023
1 parent 4bf178d commit 0313505
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,17 @@

name: Code-Checks
on:
push:
branches-ignore:
- master
- main
# push:
# branches-ignore:
# - master
# - main
# - develop
pull_request:
branches:
- develop
- master
- main
types: [ opened, synchronize ]
paths-ignore:
- README.md
- .old_cicd/*
Expand All @@ -25,12 +31,6 @@ on:
- .gitignore
- .dockerignore
- .githooks
pull_request:
branches:
- develop
- master
- main
types: [ opened, synchronize ]

jobs:
############################## flake8-linter ##############################
Expand Down

0 comments on commit 0313505

Please sign in to comment.