Run CI only on pull requests
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -1,7 +1,13 @@
|
|||||||
name: CI
|
name: CI
|
||||||
run-name: ${{ github.actor}} runs CI
|
run-name: ${{ github.actor}} runs CI
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- master
|
||||||
|
- staging
|
||||||
|
- development
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci-tests:
|
ci-tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user