We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce05b6 commit b31fabeCopy full SHA for b31fabe
.github/workflows/build.yml
@@ -1,8 +1,7 @@
1
name: Build and test (OS matrix)
2
3
# trigger the workflow on push or pull requests
4
-# on: [push, pull_request, workflow_dispatch]
5
-on: [workflow_dispatch]
+on: [push, pull_request, workflow_dispatch]
6
7
jobs:
8
0 commit comments