Skip to content

Commit

Permalink
Fix Build
Browse files Browse the repository at this point in the history
  • Loading branch information
harshityadav95 committed Oct 9, 2023
1 parent d0cba6f commit 3119a10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: "Test Build"
on:
push:
branches: ["*"]
branches:
- '*'
- '!main'
pull_request:
branches: ["*"]

Expand Down

0 comments on commit 3119a10

Please sign in to comment.