Skip to content

Commit

Permalink
Includes running the CI against main and develop
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Oct 10, 2023
1 parent e860720 commit baede16
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: test
name: ci

on:
push:
branches: [main, master]
branches:
- main
- develop
pull_request:
branches: [main, master]
branches:
- main
- develop

concurrency:
group: test-${{ github.head_ref }}
Expand Down

0 comments on commit baede16

Please sign in to comment.