Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #235 from exoego/ci-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego authored Mar 24, 2021
2 parents 8941c45 + a49a9c8 commit 9aa2431
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: CI
on: [pull_request]
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
ci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9aa2431

Please sign in to comment.