1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 21:53:26 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Cotes Chung
b04bb847b1 Merge branch 'hotfix/2.4.2' 2020-07-30 02:50:19 +08:00
Cotes Chung
6ef97f1fad Fixed CI workflow. 2020-07-30 02:48:08 +08:00

View File

@@ -1,6 +1,8 @@
name: 'Continuous Integration'
on:
push:
branches:
- '*'
tags-ignore:
- '*'
paths-ignore:
@@ -13,7 +15,7 @@ on:
- 'LICENSE'
pull_request:
paths:
- "**"
- '**'
jobs:
ci: