Skip to content

Commit

Permalink
change actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Jul 19, 2024
1 parent 9cdee47 commit 4ce157b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: ESLint
on:
workflow_dispatch:
push:
branches: [master, develop, refactor/eslint]
branches: [master, develop]
pull_request:
branches: [master, develop, refactor/eslint]
branches: [master, develop]

env:
NODE_VERSION: 20
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Lint
name: Lint-php

on:
workflow_dispatch:
push:
branches: [master, develop]
pull_request:
branches: [master]
branches: [master, develop]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-phpcs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Lint-phpcs

on:
workflow_dispatch:
Expand Down

0 comments on commit 4ce157b

Please sign in to comment.