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 78d9015 commit 286d612
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:
runs-on:
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:
runs-on:
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:
runs-on:
strategy:
Expand Down

0 comments on commit 286d612

Please sign in to comment.