Skip to content

Commit 0de03e3

Browse files
committed
Run CI workflow on the master branch as well
1 parent 03b70ba commit 0de03e3

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Continuous Integration
22

33
on:
4+
push:
5+
branches:
6+
- master
47
pull_request:
58
branches:
69
- master

.travis.yml

-19
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ impractical to create new pages in the proper subdirectories so they, e.g.
99
Instead of dealing with maintaining those pages for redirection, let
1010
`jekyll-redirect-from` handle it for you.
1111

12-
[![Build Status](https://travis-ci.org/jekyll/jekyll-redirect-from.svg?branch=master)](https://travis-ci.org/jekyll/jekyll-redirect-from)
12+
[![Build Status](https://github.com/jekyll/jekyll-redirect-from/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jekyll/jekyll-redirect-from/actions/workflows/ci.yml)
1313

1414
## How it Works
1515

0 commit comments

Comments
 (0)