Skip to content

Commit 1c346e6

Browse files
committed
actions: force docs workflow to run on push
1 parent 2b6e3e3 commit 1c346e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Docs build and deploy
22
on:
3-
push:
4-
paths: ["src/**"] # Trigger the action only when files change in the folders defined here
3+
push
4+
# paths: ["src/**"] # Trigger the action only when files change in the folders defined here
55
jobs:
66
build-and-deploy:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)