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 fe393f0 commit 0e4731dCopy full SHA for 0e4731d
.github/workflows/continuous-integration.yml
@@ -0,0 +1,11 @@
1
+name: "Continuous Integration"
2
+
3
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ tags:
8
9
+jobs:
10
+ ci:
11
+ uses: laminas/workflow-continuous-integration/.github/workflows/[email protected]
0 commit comments