Skip to content

Commit

Permalink
enable github workflows for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Nov 6, 2024
1 parent 3d9e017 commit 3f6a60b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: CI
on:
push:
branches:
- master
- '*'
tags:
- '*'
pull_request:
branches:
- '*'

jobs:
test:
Expand Down

0 comments on commit 3f6a60b

Please sign in to comment.