Skip to content

ci: run Super-Linter on push to main#425

Merged
jbampton merged 1 commit intomainfrom
copilot/run-super-linter-on-main
Apr 4, 2026
Merged

ci: run Super-Linter on push to main#425
jbampton merged 1 commit intomainfrom
copilot/run-super-linter-on-main

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 4, 2026

Super-Linter was only triggered on pull requests, leaving the main branch unvalidated after merges.

Changes

  • Added push trigger scoped to main in super-linter.yml
on:
  pull_request:
  push:
    branches:
      - main

@jbampton jbampton added this to Next Apr 4, 2026
@github-project-automation github-project-automation bot moved this to In progress in Next Apr 4, 2026
@jbampton jbampton added this to the Hackfest milestone Apr 4, 2026
@jbampton jbampton added the github_actions Pull requests that update Github_actions code label Apr 4, 2026
@jbampton jbampton moved this from In progress to Review in progress in Next Apr 4, 2026
@jbampton jbampton marked this pull request as ready for review April 4, 2026 09:38
@jbampton jbampton self-requested a review as a code owner April 4, 2026 09:38
Copy link
Copy Markdown
Member

@jbampton jbampton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧬

@jbampton jbampton merged commit c66c528 into main Apr 4, 2026
12 of 13 checks passed
@jbampton jbampton deleted the copilot/run-super-linter-on-main branch April 4, 2026 09:40
@github-project-automation github-project-automation bot moved this from Review in progress to Done in Next Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update Github_actions code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants