Skip to content

Commit

Permalink
Enable CI on all branches (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
  • Loading branch information
Simon Stone authored Mar 9, 2021
1 parent e98580c commit 5e41901
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
name: CI
on:
push:
branches:
- master
branches-ignore:
- gh-pages
pull_request:
branches:
- master
branches-ignore:
- gh-pages
schedule:
- cron: "0 0 * * *"
create:
Expand Down

0 comments on commit 5e41901

Please sign in to comment.