Skip to content

Commit

Permalink
Limit GHA to main and release branches (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg authored Jun 3, 2022
1 parent f08f90b commit f27e3b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: Build and Test
on:
push:
branches:
- "main"
- "release-v*"
paths-ignore:
- "**/*.md"
- "**/*.png"
pull_request:
branches:
- "main"
- "release-v*"
paths-ignore:
- "**/*.md"
- "**/*.png"
Expand Down

0 comments on commit f27e3b5

Please sign in to comment.