Skip to content

Commit

Permalink
Enable manually triggering github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyanreyer committed Mar 16, 2023
1 parent 8f076f3 commit ecd1f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yml
@@ -1,5 +1,6 @@
name: Publish to react-hover-video-player.dev
on:
workflow_dispatch:
push:
branches: [main]
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
@@ -1,5 +1,6 @@
name: Tests
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
Expand Down

0 comments on commit ecd1f2c

Please sign in to comment.