Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpunkass committed Dec 9, 2024
1 parent 3a72022 commit 1fdfe6c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: PHPCS check

on:
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
branches: [main]
workflow_dispatch: # Allows manual triggering

permissions:
actions: read
Expand Down

0 comments on commit 1fdfe6c

Please sign in to comment.