Skip to content

Commit

Permalink
TEMPORARY CHANGES to allow testing workflows in my branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sjasonsmith committed Apr 9, 2024
1 parent e855bb8 commit 10dbc7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches:
- bugfix-2.1.x
- 2.1.x
- InWork/costas/2024_better-tests-rebased-squashed2
paths-ignore:
- config/**
- data/**
Expand All @@ -19,6 +20,7 @@ on:
branches:
- bugfix-2.1.x
- 2.1.x
- InWork/costas/2024_better-tests-rebased-squashed2
paths-ignore:
- config/**
- data/**
Expand All @@ -28,7 +30,7 @@ on:
jobs:
test_builds:
name: Run All Tests
if: github.repository == 'MarlinFirmware/Marlin'
if: github.repository == 'sjasonsmith/Marlin'

runs-on: ubuntu-latest

Expand Down

0 comments on commit 10dbc7f

Please sign in to comment.