We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968aeb6 commit 1c7b754Copy full SHA for 1c7b754
1 file changed
.github/workflows/ci.yml
@@ -1,4 +1,7 @@
1
-ubuntu-build:
+name: CI
2
+on: [push, pull_request, workflow_dispatch]
3
+jobs:
4
+ ubuntu-build:
5
name: Package install test
6
runs-on: ubuntu-latest
7
steps:
0 commit comments