diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 59efb45..cdcc0d0 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -2,13 +2,13 @@ name: CI -# Controls when the action will run. Triggers the workflow on push or pull request +# Controls when the action will run. Triggers the workflow on push or pull request # events but only for the 2.x branch on: push: - branches: [ 2.x ] + branches: [2.x] pull_request: - branches: [ 2.x ] + branches: [2.x] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.11] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 47eba3c..0f3478e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -Here’s the updated README with the team members section added: - ---- - # OpenArmor Documentation [![Documentation](https://img.shields.io/badge/docs-view-green.svg)](https://documentation.theopenarmor.org) @@ -68,7 +64,3 @@ OpenArmor is an advanced AI-driven cybersecurity solution designed to meet the c At OpenArmor, we are committed to staying ahead of the evolving threat landscape. Our team of security experts, AI specialists, and software engineers work tirelessly to develop innovative solutions that address the most pressing cybersecurity challenges. By choosing OpenArmor, you're not just implementing a security solution – you're partnering with a leader in adaptive, intelligent cybersecurity. Let us help you build a resilient, future-ready security infrastructure that grows and adapts with your organization. - ---- - -This version includes the team members section, highlighting each individual's role within the project.