Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Aug 19, 2023
1 parent f52ffa4 commit dd432a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- 2023.7.1
- 2023.8.0
- main
pull_request:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wiki.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Publish wiki
on:
push:
branches: [main]
branches:
- 2023.8.0
paths:
- wiki/**
- .github/workflows/wiki.yml
Expand Down

0 comments on commit dd432a4

Please sign in to comment.