mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-14 20:15:42 +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
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '2020.3'
|
||||
pull_request:
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
|
Loading…
Reference in New Issue
Block a user