Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ on:
# Allow manual trigger
workflow_dispatch:

# Build on PRs for validation
# Build on PRs for validation (only PRs targeting main)
pull_request:
branches:
- main

# Prevent concurrent builds
# Why cancel-in-progress?
Expand Down
4 changes: 2 additions & 2 deletions Examples/BushelCloud/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = git@github.com:brightdigit/BushelCloud.git
branch = mistkit
commit = d1343a63d9b5e654ac665c407d6ef563a6a70992
parent = 39a97ccfd784ca65f38fd62ebbcfba8b876c6ae4
commit = f13f8695a0ca4b041db1e775c239d6cc8b258fb2
parent = 1ec3d15919adf827cd144f948fc31e822c60ab99
method = merge
cmdver = 0.4.9
2 changes: 1 addition & 1 deletion Examples/CelestraCloud/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
remote = git@github.com:brightdigit/CelestraCloud.git
branch = mistkit
commit = 319bc6208763c31706b9e10c3608d9f7cc5c2ef5
parent = 72b6cb0efe09735817079569eb702104c18f905c
parent = 10cf4510ab393ad1b4277832fcd8441e32fe0b65
method = merge
cmdver = 0.4.9
Loading