Skip to content

Commit 8dfa66f

Browse files
committed
ci: enable push and pull_request triggers on main for release and tests workflows
1 parent 4a830b7 commit 8dfa66f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Release
22

33
on:
4-
# push:
5-
# branches: ["main"]
4+
push:
5+
branches: ["main"]
66
workflow_dispatch:
77
inputs:
88
version:

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Tests
22

33
on:
4-
# push:
5-
# branches: ["main"]
6-
# pull_request:
7-
# branches: ["main"]
4+
push:
5+
branches: ["main"]
6+
pull_request:
7+
branches: ["main"]
88
workflow_dispatch:
99

1010
concurrency:

0 commit comments

Comments
 (0)