Skip to content

Commit ff30721

Browse files
authored
Merge pull request #49 from iMattPro/fixes
Readme updates
2 parents cb2249a + 08c6fed commit ff30721

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,16 @@ On GitHub.com, go to your extension's repository, click **Add file → Create ne
2020
name: Tests
2121

2222
on:
23-
push:
24-
branches: # Run tests when commits are pushed to these branches in your repo
23+
push: # Run tests when commits are pushed to these branches in your repo,
24+
branches: # ... or remove this branches section to run tests on all your branches
25+
- main # Main production branch
26+
- master # Legacy or alternative main branch
27+
- dev/* # Any feature branches under "dev/", e.g., dev/new-feature
28+
29+
pull_request: # Run tests when pull requests are made on these branches in your repo,
30+
branches: # ... or remove this branches section to run tests on all your branches
2531
- main
2632
- master
27-
- develop
28-
- dev/*
29-
pull_request: # Run tests when pull requests are made on these branches in your repo
30-
branches:
31-
- main
32-
- master
33-
- develop
3433
- dev/*
3534

3635
jobs:

0 commit comments

Comments
 (0)