Skip to content

Commit

Permalink
amend eec3cd1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Apr 12, 2024
1 parent 1123149 commit aa52c20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: build-and-test

on:
push:
branches: '!gh-pages'
branches:
- '*'
- '!gh-pages'
pull_request:
branches: '!gh-pages'
branches:
- '*'
- '!gh-pages'

env:
CARGO_TERM_COLOR: always
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/update-ext-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: update-ext-docs

on:
push:
branches: '!gh-pages'
paths: 'docs/user-manual/changelog.md'
branches:
- '*'
- '!gh-pages'
paths:
- 'docs/user-manual/changelog.md'

permissions:
contents: write
Expand Down

0 comments on commit aa52c20

Please sign in to comment.