mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-02 01:42:36 +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/js.yml
vendored
11
.github/workflows/js.yml
vendored
@@ -1,5 +1,14 @@
|
||||
name: JS Tests
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "**-ci"
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
|
||||
env:
|
||||
CI: true
|
||||
|
||||
|
Reference in New Issue
Block a user