Skip to content

Commit

Permalink
chore: fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
bodand committed May 29, 2024
1 parent ab20f06 commit c33b10b
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 174 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ in
{
name = "InForm CI",
on = {
push = { branches = ["main"] },
pull_request = { branches = ["main"] }
push = { branches = ["trunk"] },
pull_request = { branches = ["trunk"] }
},
env = {
DOTNET_ENVIRONMENT = "CI"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ name: InForm CI
on:
pull_request:
branches:
- main
- trunk
push:
branches:
- main
- trunk
126 changes: 28 additions & 98 deletions InForm.Specs/Features/Fills.feature.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c33b10b

Please sign in to comment.