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 f09ddad commit 772536aCopy full SHA for 772536a
.github/workflows/tests.yml
@@ -2,10 +2,17 @@ name: Tests
2
3
# Controls when the workflow will run
4
on:
5
- # Triggers the workflow on push or pull request events but only for the dev branch
+ # Triggers the workflow on push or pull request events but only for the main and release branches
6
+ push:
7
+ branches:
8
+ - main
9
+ - release/*
10
+
11
12
pull_request:
- branches-ignore:
- - production
13
14
15
16
17
# Allows you to run this workflow manually from the Actions tab
18
workflow_dispatch:
0 commit comments