Skip to content

Commit

Permalink
changes in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Nov 8, 2024
1 parent 53af19b commit 41e27b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Artifact

on:
workflow_dispatch:
push:
branches: [master]
pull_request:
types: [opened, reopened]
branches: [master]

jobs:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Lint

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

jobs:
lint:
Expand All @@ -17,6 +19,6 @@ jobs:
with:
php-version: '8.1'
tools: cs2pr, phpcs

- name: Run phpcs
run: phpcs -q --extensions=php,module,inc,install,test,profile,theme,css,info --ignore=node_modules,bower_components,vendor,md,yml,txt ./

0 comments on commit 41e27b0

Please sign in to comment.