Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Feb 6, 2024
1 parent e68b7e6 commit 47047cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: code-style

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand All @@ -14,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rector.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: rector

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand All @@ -14,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 47047cc

Please sign in to comment.