We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1744446 commit f341182Copy full SHA for f341182
.github/workflows/ci.yml
@@ -3,18 +3,6 @@ on:
3
push:
4
branches:
5
- main
6
- pull_request_target:
7
- branches:
8
- - 'main'
9
- types:
10
- # Adding 'labeled' to the list of activity types that trigger this event
11
- # (default: opened, synchronize, reopened) so that we can run this
12
- # workflow when the 'ok-to-test' label is added.
13
- # Reference: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
14
- - opened
15
- - synchronize
16
- - reopened
17
- - labeled
18
19
jobs:
20
lowercase-repo:
0 commit comments