Skip to content

Commit

Permalink
testing CI (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
guirava committed Mar 14, 2024
1 parent 49c07b6 commit 15749b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "main", "devel" ]
pull_request:
branches: [ "main", "devel" ]
pull_request_target:
branches: [ "main", "devel" ]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Utils/Update-RscSdkMainBranch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ RunIfNotDry {
}

# Prepare devel branch for further development
git checkout devel
Set-Location $PSScriptRoot\..
RunIfNotDry {
git checkout devel
Set-Location $PSScriptRoot\..
.\Utils\New-RscSdkChangeLogEntry.ps1 -Commit
git push origin devel
}
Expand Down

0 comments on commit 15749b7

Please sign in to comment.