Skip to content

Commit

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

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 7a907b9

Please sign in to comment.