MERGE: pull request #40 from threeal/modify-workflow-trigger

Modify GitHub Workflow Trigger
This commit is contained in:
Alfi Maulana
2023-03-21 12:36:12 +07:00
committed by GitHub

View File

@@ -1,7 +1,9 @@
name: test
on:
workflow_dispatch:
pull_request:
push:
branches: [latest, main]
jobs:
default-usage:
runs-on: ${{ matrix.os }}-latest