We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6eab1b commit d63344aCopy full SHA for d63344a
.github/workflows/pr.yml
@@ -6,7 +6,8 @@ name: Pull Request
6
on:
7
# Triggers the workflow on push or pull request events but only for the main branch
8
pull_request:
9
- branches: [ main ]
+ branches:
10
+ - main
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
0 commit comments