Skip to content

Commit

Permalink
Attempt to reenable style tests for each PR/push
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Nov 23, 2024
1 parent bfac276 commit ca86d9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/valid-style.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
name: style

on:
push:
branches:
- develop
- releases/**
- spack-stack-dev
- release/**
pull_request:
branches:
- develop
- releases/**
- spack-stack-dev
- release/**
workflow_call:
inputs:
with_coverage:
Expand Down

0 comments on commit ca86d9f

Please sign in to comment.