Workflow syntax

This commit is contained in:
Selwin Ong 2024-02-24 10:30:42 +07:00
parent 6ca0a299c8
commit b8d2750c17
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ name: Test
on:
push:
branches: [ ** ]
branches:
- master
- **
pull_request:
branches: [ master ]