mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Change when CI runs
Run it for all pull requests, the master branch, and any branches that end with `-ci`.
This commit is contained in:
11
.github/workflows/css.yml
vendored
11
.github/workflows/css.yml
vendored
@@ -1,5 +1,14 @@
|
||||
name: CSS
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
env:
|
||||
CI: true
|
||||
NODE: 10.x
|
||||
|
Reference in New Issue
Block a user