Skip to content

Commit

Permalink
Allow manual workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
SirEndii committed Mar 30, 2024
1 parent b0f98ac commit ce6857e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build-and-test
run-name: Build and test the changes
on: [push]
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: Build
Expand Down

0 comments on commit ce6857e

Please sign in to comment.