Skip to content

Commit 9f3ea18

Browse files
committed
CI/CD trigger updates
1 parent 7c25f16 commit 9f3ea18

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# but runs on release, when it is published.
2121
name: Build samples
2222
on:
23-
#pull_request:
24-
# branches: [none]
23+
pull_request:
24+
branches: [none]
2525
# release:
2626
# types: [published]
2727
jobs:

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
# - Deploy the Web example to GitHub pages.
2020
name: Deploy Web
2121
on:
22-
push:
23-
branches: [none]
24-
#release:
25-
# types: [published]
22+
#push:
23+
# branches: [none]
24+
release:
25+
types: [published]
2626
# Edit and add other trigger options if an extra new Web deployment is needed.
2727
# Generally I only need a new deployment when I publish a new release, but I may want to trigger it on defaults:
2828
# prerelease or just an edit sometimes to test the workflow or a new build irl, these trigger types can be used then:

0 commit comments

Comments
 (0)