this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

run code quality workflow checks on experimental branch prs (#179)

run workflow checks on experimental branch prs

authored by

James Anderson and committed by
GitHub
954b885f 429e8802

+2 -2
+2 -2
.github/workflows/checks.yml
··· 2 2 3 3 on: 4 4 push: 5 - branches: [main] 5 + branches: [main, experimental] 6 6 pull_request: 7 - branches: [main] 7 + branches: [main, experimental] 8 8 9 9 jobs: 10 10 checks: