We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb8cc2 commit 03185e1Copy full SHA for 03185e1
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,9 @@ on:
9
schedule:
10
- cron: '0 8,20 * * *' # Runs at 8:00 AM and 8:00 PM GMT
11
workflow_dispatch:
12
+ pull_request:
13
+ branches-ignore:
14
+ - '**'
15
16
permissions:
17
contents: read
0 commit comments