mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-05 04:34:03 +02:00
[skip ci] Update CI trigger branches to prevent running twice
This commit is contained in:
parent
ba33004de6
commit
9ba90e91bd
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1,5 +1,9 @@
|
|||||||
name: Build
|
name: Build
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '2020.3'
|
||||||
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
|
Loading…
Reference in New Issue
Block a user