Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Feb 12, 2024
1 parent 09a950c commit 96bbcde
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Source/Workflow/Cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ permissions:
on:
workflow_dispatch:
push:
branches: [main]
branches: [%DEFAULT%]
pull_request:
branches: [main]
branches: [%DEFAULT%]
workflow_call:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Source/Workflow/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ permissions:
on:
workflow_dispatch:
push:
branches: [main]
branches: [%DEFAULT%]
pull_request:
branches: [main]
branches: [%DEFAULT%]
workflow_call:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Source/Workflow/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ permissions:
on:
workflow_dispatch:
push:
branches: [main]
branches: [%DEFAULT%]
pull_request:
branches: [main]
branches: [%DEFAULT%]
workflow_call:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Source/Workflow/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ permissions:
on:
workflow_dispatch:
push:
branches: [main]
branches: [%DEFAULT%]
pull_request:
branches: [main]
branches: [%DEFAULT%]
workflow_call:

jobs:
Expand Down

0 comments on commit 96bbcde

Please sign in to comment.