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
|
||||
run-name: ${{ github.actor}} runs CI
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- staging
|
||||
- development
|
||||
|
||||
jobs:
|
||||
ci-tests:
|
||||
|
||||
Reference in New Issue
Block a user