Skip to content

Commit

Permalink
feature/ci: Run tests on pushes to gitflow branches
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon14 committed Nov 28, 2023
1 parent 6a07af5 commit 62bc410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: run-tests
on:
push:
branches: [main]
branches: [main, develop, feature/*, release/*, hotfix/*]
pull_request:
branches: [main]
branches: [main, develop]
schedule:
- cron: '0 0 * * *'
jobs:
Expand Down

0 comments on commit 62bc410

Please sign in to comment.