Skip to content

Commit

Permalink
Run GH actions on change in the ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljakubis committed Jul 4, 2024
1 parent f5c0cba commit f8e9ebe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CI: Build and Test"

on:
push:
branches: [main]
branches: [master]
paths:
- "**.cs"
- "**.tsx"
Expand All @@ -12,8 +12,9 @@ on:
- "**.targets"
- "**.sln"
pull_request:
branches: [main]
branches: [master]
paths:
- ".github/workflows/build.yml"
- "**.cs"
- "**.cshtml"
- "**.tsx"
Expand Down

0 comments on commit f8e9ebe

Please sign in to comment.