Skip to content

🏗️ - Amended ci workflow to run on pushes to main - #46

Open
swmcc wants to merge 1 commit into
thetvdb:mainfrom
swmcc:feature/enable-actions--on-main
Open

🏗️ - Amended ci workflow to run on pushes to main#46
swmcc wants to merge 1 commit into
thetvdb:mainfrom
swmcc:feature/enable-actions--on-main

Conversation

@swmcc

@swmcc swmcc commented Mar 29, 2024

Copy link
Copy Markdown
Contributor

Introduced a refinement to our .github/workflows/python-tests.yml CI workflow file. Specifically, it amends the trigger conditions to include direct push events to the main branch. This adjustment ensures that any code changes pushed directly to main, whether through merge operations or direct commits, are subject to our new tests.

The amended on trigger section now explicitly lists:

on:
  push:
    branches:
      - main
  pull_request:

Expected Impact:

  • Enhanced Reliability: Direct changes to main will now trigger our testing suite, catching potential issues before they affect our production environment.
  • Focused Testing: By aligning our CI triggers more closely with our development and deployment workflow, we reduce unnecessary runs, focusing our testing resources where they matter most.
  • Improved Workflow Efficiency: This change is a step towards optimizing our CI/CD pipeline for speed and efficiency, ensuring faster turnaround times for development cycles without compromising on quality.

@swmcc

swmcc commented Jun 28, 2024

Copy link
Copy Markdown
Contributor Author

poke :)

@swmcc

swmcc commented Feb 25, 2026

Copy link
Copy Markdown
Contributor Author

Is this repo still active. If you want I can be a maintainer if there are issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant