Skip to content

Commit

Permalink
ci: remove ci testing push trigger
Browse files Browse the repository at this point in the history
Remove ci testing pushing trigger as it no longer will work in the future and is unneccessary
  • Loading branch information
josephperrott authored and alan-agius4 committed Jun 18, 2024
1 parent 303807a commit a302d18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
- main
- '[0-9]+.[0-9]+.x'

# Developers can make one-off pushes to `ci-*` branches to manually trigger full CI
# prior to opening a pull request.
- ci-*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit a302d18

Please sign in to comment.