Skip to content

Commit 05b21c9

Browse files
committed
Add workflow_dispatch trigger and branch filter to CI
1 parent b9fbab5 commit 05b21c9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: API Test
22
env:
33
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
4-
on: [push, pull_request]
4+
on:
5+
push:
6+
branches: [main]
7+
pull_request:
8+
branches: [main]
9+
workflow_dispatch:
510
jobs:
611
test:
712
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)