Skip to content

Commit

Permalink
Run CIs on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Dec 9, 2024
1 parent a7e2d7d commit 693e4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-swift-5.10.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build Swift 5.10.1

on:
push:
branches: [ "feature/swift-5.10.1**" ]
branches: [ "main", "feature/swift-5.10.1**" ]
pull_request:
branches: [ "main" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-swift-6.0.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build Swift 6.0.2

on:
push:
branches: [ "feature/swift-6.0**" ]
branches: [ "main", "feature/swift-6.0**" ]
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit 693e4b8

Please sign in to comment.