Skip to content

Commit

Permalink
💚 修复 GitHub Actions 构建
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Aug 29, 2019
1 parent 14d27cd commit 070c894
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: GitHub CI
on: [push]
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 070c894

Please sign in to comment.