We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62431a commit 2b1db1eCopy full SHA for 2b1db1e
.github/workflows/test.yml
@@ -2,7 +2,10 @@ name: Test
2
on:
3
# schedule:
4
# - cron: "0 4 * * *"
5
- # pull_request:
+ pull_request:
6
+ branches:
7
+ - main
8
+ - feature/*
9
workflow_dispatch:
10
11
jobs:
0 commit comments