Skip to content

Commit

Permalink
Move from master to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dmythro committed Jul 18, 2023
1 parent 7045060 commit 52005f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Countries JS
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
paths:
- '.github/workflows/nodejs.yml'
- 'packages/countries/src/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Countries PHP
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
paths:
- '.github/workflows/phpunit.yml'
- 'dist/**.json'
Expand Down

0 comments on commit 52005f7

Please sign in to comment.