Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
estivensh committed Nov 22, 2023
1 parent c48ce8a commit 55c7b36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Pull request
on:
pull_request:
branches:
#- main
- main
- release/*
push:
branches:
#- main
- main
- release/*

env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Publish documentation
on:
pull_request:
branches:
#- main
- main
push:
branches:
#- main
- main

permissions: write-all

Expand Down

0 comments on commit 55c7b36

Please sign in to comment.