Skip to content

Commit

Permalink
Fix wrong workflow branch configuration
Browse files Browse the repository at this point in the history
After an entire day of work wasted I don't blame myself for this.

Here goes one more nail in the coffin. And it better work properly from now on
  • Loading branch information
sstok committed Apr 12, 2020
1 parent 506b46a commit 7550dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Full CI process
on:
push:
branches:
- github-work-flow
- master
pull_request:
branches:
- master
Expand Down

0 comments on commit 7550dc8

Please sign in to comment.