Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Optimize CI build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Jan 24, 2021
1 parent 8df3d0b commit 4e774d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
@@ -1,5 +1,9 @@
name: ci
on: [push, pull_request]
on:
pull_request:
push:
branches:
- "master"

jobs:
run:
Expand Down

0 comments on commit 4e774d9

Please sign in to comment.