Skip to content

Commit

Permalink
Allow testing feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 10, 2023
1 parent 99d1322 commit 9a8b26d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: CI

on:
push:
branches: [main]
tags:
# Tags for all potential release numbers till 2030.
- "2[0-9].[0-3]" # 20.0 -> 29.3
- "2[0-9].[0-3].[0-9]+" # 20.0.0 -> 29.3.[0-9]+
pull_request:
schedule:
- cron: 0 0 * * MON # Run every Monday at 00:00 UTC
Expand Down

0 comments on commit 9a8b26d

Please sign in to comment.