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 e002dcf commit 62fcc8fCopy full SHA for 62fcc8f
1 file changed
.github/workflows/ci-cd.yml
@@ -1,6 +1,11 @@
1
name: Tests
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ - release/**
8
+ pull_request:
9
10
concurrency: ${{ github.workflow }}-${{ github.ref }}
11
0 commit comments