Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build(workflow): added develop branch to workflow triggers
  • Loading branch information
mlaursen committed Mar 22, 2021
1 parent d9a0262 commit c379ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_lint_test.yml
Expand Up @@ -5,7 +5,7 @@ name: Build, Lint, and Test

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

Expand Down

0 comments on commit c379ce3

Please sign in to comment.