Skip to content

Commit

Permalink
Deploy v7.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Apr 29, 2023
1 parent 12306ad commit e54304d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -24,7 +24,7 @@
name: Build Web
on:
push:
branches: [master]
branches: [none]
paths-ignore:
- "**.md"
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -21,15 +21,15 @@
name: Deploy Web
on:
push:
branches: [none]
branches: [master]
paths-ignore:
- "**.md"
pull_request:
branches: [none]
paths-ignore:
- "**.md"
release:
branches: [master]
branches: [none]
types: [publish]

jobs:
Expand Down

0 comments on commit e54304d

Please sign in to comment.