Skip to content

Commit

Permalink
Added a manual dispatch to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
itzandroidtab authored Aug 19, 2024
1 parent a92a64f commit e2c77ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: klib x86

on:
workflow_dispatch:

push:
branches: [ master ]
pull_request:
Expand Down Expand Up @@ -40,4 +42,4 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Run tests
run: ${{github.workspace}}/build/klib-x86
run: ${{github.workspace}}/build/klib-x86

0 comments on commit e2c77ca

Please sign in to comment.