mirror of
https://github.com/aljazceru/midnight-gh-pages-theme.git
synced 2025-12-17 06:04:20 +01:00
Update .github/workflows/ci.yaml
This commit is contained in:
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@@ -1,4 +1,7 @@
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -11,4 +14,4 @@ jobs:
|
||||
- name: build
|
||||
run: script/bootstrap
|
||||
- name: test
|
||||
run: script/cibuild
|
||||
run: script/cibuild
|
||||
|
||||
Reference in New Issue
Block a user