Skip to content

Commit

Permalink
❄️
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Mar 21, 2023
1 parent c3f1ef5 commit 22bc01a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Azure SWA Server

on:
push:

repository_dispatch:
types: [main-updated]
jobs:
test:
name: Test Azure Server
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Cloudflare Pages Server

on:
push:
repository_dispatch:
types: [main-updated]

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Netlify Server

on:
push:
repository_dispatch:
types: [main-updated]

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Node Servers

on:
push:
repository_dispatch:
types: [main-updated]

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Vercel Server

on:
push:
repository_dispatch:
types: [main-updated]

jobs:
test:
Expand Down

0 comments on commit 22bc01a

Please sign in to comment.