Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Fix GitHub Actions syntax for branch with /
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang committed Jul 5, 2021
1 parent 9b612b0 commit 4b49a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches:
- master
- '[0-9].[0-9]+' # matches to backport branches, e.g. 3.6
- update/pre-commit-autoupdate
- 'update/pre-commit-autoupdate'
tags: [ 'v*' ]
pull_request:
branches:
- master
- '[0-9].[0-9]+'
- update/pre-commit-autoupdate
- 'update/pre-commit-autoupdate'
schedule:
- cron: '0 6 * * *' # Daily 6AM UTC build

Expand Down

0 comments on commit 4b49a02

Please sign in to comment.