Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97b61c8

Browse files
committedMar 4, 2023
build: prevents duplicate builds running
1 parent 8025d93 commit 97b61c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build
2-
on: [push, pull_request]
2+
on: [push]
33

44
env:
55
CYPRESS_INSTALL_BINARY: 0

0 commit comments

Comments
 (0)
Please sign in to comment.