Skip to content

Commit

Permalink
fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Aug 9, 2024
1 parent 666d02a commit 48f2f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/record-build-and-test-results-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: record-build-and-test-results-action
on:
push:
branches:
- main
- master
- check-new-version # for debug
paths:
- "launchable-test-result//**"
- ".github/workflows/record-build-and-test-results-action.yml" # for debug

pull_request:
branches:
- main
- master
- check-new-version # for debug
paths:
- "launchable-test-result//**"
Expand Down

0 comments on commit 48f2f3c

Please sign in to comment.