Thanks to visit codestin.com Credit goes to github.com
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 2ddca1f commit 5bb869cCopy full SHA for 5bb869c
.github/workflows/test.yml
@@ -1,6 +1,10 @@
1
name: django CMS test.yml
2
3
-on: pull_request
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments