Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
fixed ci (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
crapStone authored Mar 15, 2021
1 parent 7e77533 commit c9cb4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: test
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
branches: [ master, develop ]
pull_request:
branches: [ master ]
branches: [ master, develop ]

jobs:
backend:
Expand Down

0 comments on commit c9cb4d4

Please sign in to comment.