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 87f379d commit 612272aCopy full SHA for 612272a
.github/workflows/ci.yml
@@ -1,10 +1,7 @@
1
name: CI
2
3
# do not run workflow twice on PRs
4
-on:
5
- push:
6
- pull_request:
7
- types: [opened, reopened]
+on: [push]
8
9
jobs:
10
build-mithril-core:
0 commit comments