Skip to content

Commit

Permalink
fix(workflow): correct develop worklow not on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Droxef committed Jul 22, 2020
1 parent e77e94f commit a074b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: darts develop workflow
on:
push:
branches-ignore:
- develop
- master

jobs:
tests:
Expand Down

0 comments on commit a074b35

Please sign in to comment.