Skip to content

Commit

Permalink
Trigger pipeline on push into the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljakubis committed May 22, 2024
1 parent 794f3d7 commit 4820330
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: "CI: Build and Test"

on:
push:
branches: [main]
paths:
- "**.cs"
- "**.tsx"
- "**.js"
- "**.csproj"
- "**.props"
- "**.targets"
- "**.sln"
pull_request:
branches: [main]
paths:
Expand Down

0 comments on commit 4820330

Please sign in to comment.