Skip to content

Commit 971458e

Browse files
authored
Merge pull request #13 from ahayworth/ahayworth-update-actions-contexts
Also run CI on PRs, and manually
2 parents efe2c93 + 6bff80f commit 971458e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI
2-
on: [push]
2+
on: [push, pull_request, workflow_dispatch]
33
jobs:
44
build:
55
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)