mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Avoid running verify web demos twice (#1386)
This commit is contained in:
7
.github/workflows/verify-web-demos.yml
vendored
7
.github/workflows/verify-web-demos.yml
vendored
@@ -3,7 +3,12 @@ name: Verify web demos
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
verify-web-demos:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user