mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Refactored Github CI workflows
This commit is contained in:
parent
1e2a127dbe
commit
82420b4f1b
2
.github/workflows/gcc-c++11.yml
vendored
2
.github/workflows/gcc-c++11.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: gcc
|
||||
name: gcc-c+11
|
||||
on:
|
||||
push:
|
||||
branches: [ master, development, pull-request/* ]
|
||||
|
||||
2
.github/workflows/gcc-c++14.yml
vendored
2
.github/workflows/gcc-c++14.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: gcc
|
||||
name: gcc-c++14
|
||||
on:
|
||||
push:
|
||||
branches: [ master, development, pull-request/* ]
|
||||
|
||||
2
.github/workflows/gcc-c++17.yml
vendored
2
.github/workflows/gcc-c++17.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: gcc
|
||||
name: gcc-c++17
|
||||
on:
|
||||
push:
|
||||
branches: [ master, development, pull-request/* ]
|
||||
|
||||
2
.github/workflows/gcc-c++20.yml
vendored
2
.github/workflows/gcc-c++20.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: gcc
|
||||
name: gcc-c++20
|
||||
on:
|
||||
push:
|
||||
branches: [ master, development, pull-request/* ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user