Skip to content

Commit b31fabe

Browse files
committed
Restore previous workflow triggers for build.yml GHA
1 parent cce05b6 commit b31fabe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Build and test (OS matrix)
22

33
# trigger the workflow on push or pull requests
4-
# on: [push, pull_request, workflow_dispatch]
5-
on: [workflow_dispatch]
4+
on: [push, pull_request, workflow_dispatch]
65

76
jobs:
87

0 commit comments

Comments
 (0)