Skip to content

Commit

Permalink
$ rename 's/_runs-on\.yml/.yml/' .github/workflows/*
Browse files Browse the repository at this point in the history
  • Loading branch information
n0099 committed Jun 13, 2024
1 parent 3c85391 commit 73451d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://stackoverflow.com/questions/75318609/matrix-strategy-over-entire-workflow-in-github-actions/75337311#75337311
name: be/runs-on
name: be
on:
push:
paths: [be/**]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://stackoverflow.com/questions/75318609/matrix-strategy-over-entire-workflow-in-github-actions/75337311#75337311
name: c#/runs-on
name: c#
on:
push:
paths: [c#/**]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://stackoverflow.com/questions/75318609/matrix-strategy-over-entire-workflow-in-github-actions/75337311#75337311
name: fe/runs-on
name: fe
on:
push:
paths: [fe/**]
Expand Down

0 comments on commit 73451d9

Please sign in to comment.