Skip to content

Commit

Permalink
actions: force docs workflow to run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisUser committed Apr 25, 2024
1 parent 2b6e3e3 commit 1c346e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Docs build and deploy
on:
push:
paths: ["src/**"] # Trigger the action only when files change in the folders defined here
push
# paths: ["src/**"] # Trigger the action only when files change in the folders defined here
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c346e6

Please sign in to comment.