We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d56aea commit 2769b9dCopy full SHA for 2769b9d
.github/workflows/trigger-website-redeploy.yml
@@ -1,10 +1,6 @@
1
# On file change, update submodule of sigpwny/notes.sigpwny.com using a CI bot commit.
2
name: Sync notes changes to sigpwny/notes.sigpwny.com
3
-on:
4
- push:
5
- paths:
6
- - '*/**'
7
- - '!./README.md'
+on: push
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
10
cancel-in-progress: true
0 commit comments