Skip to content

Commit

Permalink
Allow test setup for update-* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohn committed Nov 20, 2024
1 parent b717c52 commit 8ad054f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Setup CODESYS Installation in matrix

on:
push:
branches: [main]
branches:
- main
- update-*
paths-ignore:
- 'README.md'

Expand Down

0 comments on commit 8ad054f

Please sign in to comment.