Skip to content

Commit

Permalink
ci: run CI on develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirka authored and chechu committed Apr 14, 2023
1 parent e43428d commit fe27f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [main]
branches: [main, develop]
pull_request:
branches: [main]
branches: [main, develop]
workflow_dispatch:
jobs:
lint:
Expand Down

0 comments on commit fe27f01

Please sign in to comment.