Skip to content

Commit 2769b9d

Browse files
Refactor trigger conditions in redeploy workflow
1 parent 7d56aea commit 2769b9d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/trigger-website-redeploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# On file change, update submodule of sigpwny/notes.sigpwny.com using a CI bot commit.
22
name: Sync notes changes to sigpwny/notes.sigpwny.com
3-
on:
4-
push:
5-
paths:
6-
- '*/**'
7-
- '!./README.md'
3+
on: push
84
concurrency:
95
group: ${{ github.workflow }}-${{ github.ref }}
106
cancel-in-progress: true

0 commit comments

Comments
 (0)