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.
2 parents 7c8df0b + 667a7ed commit 53ba4d0Copy full SHA for 53ba4d0
.github/workflows/github_pages.yml
@@ -2,6 +2,7 @@ name: Github Pages
2
3
on:
4
push:
5
+ branches: [main]
6
# Runs when a release is published
7
release:
8
types: [released]
.github/workflows/release.yml
@@ -44,4 +44,4 @@ jobs:
44
id: upload-assets
45
uses: softprops/action-gh-release@v2
46
with:
47
- files: !(*Notifications*)
+ files: "!(*Notifications*)"
0 commit comments