Skip to content

Commit

Permalink
* trigger on any push @ .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
n0099 committed Jun 13, 2024
1 parent a5dd24f commit 4a923b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: be
on:
push:
paths: [be/**]
jobs:
build:
strategy:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/c#.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: c#
on:
push:
paths: [c#/**]
jobs:
build:
strategy:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: fe
on:
push:
paths: [fe/**]
jobs:
build:
strategy:
Expand Down

0 comments on commit 4a923b5

Please sign in to comment.