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
commit f4c54a3fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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