Skip to content

Commit

Permalink
Merge pull request #49 from jayasuryat/dev-actions
Browse files Browse the repository at this point in the history
Setup actions for dev branch
  • Loading branch information
jayasuryat authored Nov 21, 2024
2 parents 097de7c + 09de881 commit 6268ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "dev" ]

workflow_dispatch:

Expand Down

0 comments on commit 6268ced

Please sign in to comment.