Skip to content

Commit

Permalink
Refactored Github CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed Nov 25, 2023
1 parent 1e2a127 commit 82420b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcc-c++11.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gcc
name: gcc-c+11
on:
push:
branches: [ master, development, pull-request/* ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcc-c++14.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gcc
name: gcc-c++14
on:
push:
branches: [ master, development, pull-request/* ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcc-c++17.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gcc
name: gcc-c++17
on:
push:
branches: [ master, development, pull-request/* ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcc-c++20.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gcc
name: gcc-c++20
on:
push:
branches: [ master, development, pull-request/* ]
Expand Down

0 comments on commit 82420b4

Please sign in to comment.