this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21 from websages/fix-actions-branches

Update branches for test workflow to production

authored by

Michael Stahnke and committed by
GitHub
fbb990a1 9de5cd14

+2 -2
+2 -2
.github/workflows/test.yml
··· 2 2 3 3 on: 4 4 push: 5 - branches: [ "master", "main" ] 5 + branches: [ "production", "main" ] 6 6 pull_request: 7 - branches: [ "master", "main" ] 7 + branches: [ "production", "main" ] 8 8 9 9 jobs: 10 10 test: