Skip to content

Commit

Permalink
Target develop for Tests
Browse files Browse the repository at this point in the history
modified:   .github/workflows/phpunit.yml
modified:   .github/workflows/wpcs.yml
renamed:    CHANGELOG -> CHANGELOG.md
renamed:    CONTRIBUTING -> CONTRIBUTING.md
new file:   LICENSE
renamed:    README -> README.md
modified:   src/license.txt
  • Loading branch information
smileBeda committed Oct 11, 2023
1 parent a33c59b commit c099410
Show file tree
Hide file tree
Showing 7 changed files with 1,322 additions and 69 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run PHPUnit

on:
push:
branches: [ main ]
branches: [ develop ]
pull_request:
branches: [ main ]
branches: [ develop ]

jobs:
test:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/wpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: WordPress Coding Standards

on:
push:
branches:
- main
branches: [ develop ]
pull_request:
branches: [ develop ]

jobs:
wpcs:
Expand Down
File renamed without changes.
File renamed without changes.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

File renamed without changes.
708 changes: 643 additions & 65 deletions src/license.txt

Large diffs are not rendered by default.

0 comments on commit c099410

Please sign in to comment.