Skip to content

Commit

Permalink
add branch filter
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanMaron committed Oct 15, 2024
1 parent 9ca7bb3 commit 7a6746e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/BuildNewCommits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
run: Install-Module bccontainerhelper -force

- name: Check out the repository to the runner
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.2.1
with:
filter: '${{matrix.countries}}-*'

- name: Build Commits
shell: pwsh
Expand Down

0 comments on commit 7a6746e

Please sign in to comment.