diff options
| author | XhmikosR <[email protected]> | 2022-12-16 09:32:50 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-16 09:32:50 +0200 |
| commit | 71e2acef441ca099c6e29a762f86c913d3eacc90 (patch) | |
| tree | 7d3469f76a732a43ae1b4102249206230744937e /.github/workflows/docs.yml | |
| parent | f0ae5cceac1302d51cf62ffb180355bfc3300ae2 (diff) | |
| download | bootstrap-71e2acef441ca099c6e29a762f86c913d3eacc90.tar.xz bootstrap-71e2acef441ca099c6e29a762f86c913d3eacc90.zip | |
Revert "CI: limit the on push triggers (#35574)" (#37657)
This reverts commit f0ae5cceac1302d51cf62ffb180355bfc3300ae2.
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2a684f618..bdeae6043 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,8 +2,8 @@ name: Docs on: push: - branches: - - main + branches-ignore: + - "dependabot/**" pull_request: workflow_dispatch: |
