There was an error while loading. Please reload this page.
1 parent 4a830b7 commit 8dfa66fCopy full SHA for 8dfa66f
2 files changed
.github/workflows/release.yml
@@ -1,8 +1,8 @@
1
name: Release
2
3
on:
4
-# push:
5
-# branches: ["main"]
+ push:
+ branches: ["main"]
6
workflow_dispatch:
7
inputs:
8
version:
.github/workflows/tests.yml
@@ -1,10 +1,10 @@
name: Tests
-# pull_request:
+ pull_request:
9
10
concurrency:
0 commit comments