Skip to content

Commit a00fe5d

Browse files
Fix check examples workflow to only run once in pull requests (awslabs#673)
1 parent 6ca8a36 commit a00fe5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check-examples.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Check examples
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
47

58
jobs:
69
check:

0 commit comments

Comments
 (0)