Skip to content

Commit 88cd293

Browse files
committed
Reset workflow triggers to proper ones
1 parent aa927b4 commit 88cd293

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: build-release
22

3-
# on:
4-
# release:
5-
# types: [published]
6-
on: push
3+
on:
4+
release:
5+
types: [published]
76

87
jobs:
98
build:

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: continuous-integration
22

3-
# on: pull_request
4-
on: push
3+
on: pull_request
54

65
jobs:
76
build:

0 commit comments

Comments
 (0)