Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ name: "CodeQL"
on:
push:
branches:
- master
- main
pull_request:
# The branches below must be a subset of the branches above
branches:
- master
- main
schedule:
- cron: '0 17 * * 5'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Deploy Documentation
on:
push:
branches:
- master
# TODO(ldez): remove master and uncomment the next line when v2 will be released.
# - main
- main

jobs:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Checks
on:
push:
branches:
- master
- main
pull_request:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Tests
on:
push:
branches:
- master
- main
pull_request:

Expand Down
Loading
Loading