Skip to content

Commit

Permalink
feat: add dev branch to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Mar 26, 2024
1 parent 77971c9 commit 6a02b48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: ci

on:
pull_request:
branches:
- dev
push:
branches:
- "main"
- main

jobs:
build:
Expand Down

0 comments on commit 6a02b48

Please sign in to comment.