Skip to content

Commit

Permalink
Bug 1579799 [wpt PR 18924] - [GitHub Actions] trigger push workflows …
Browse files Browse the repository at this point in the history
…on push to master only, a=testonly

Automatic update from web-platform-tests
[GitHub Actions] trigger push workflows on push to master only (#18924)

These are being triggered on pushes to all branches now, including
epochs/* and triggers/* branches. That's not useful.
--

wpt-commits: 8d867f87c450f7a41d2a17f38056bd0f73c07484
wpt-pr: 18924
  • Loading branch information
foolip authored and moz-wptsync-bot committed Sep 14, 2019
1 parent 4a12844 commit 516515b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: push
on:
push:
branches:
- master
name: Build & Publish Documentation Website
jobs:
website-build-and-publish:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: push
on:
push:
branches:
- master
name: Build & Release Manifest
jobs:
manifest-build-and-tag:
Expand Down

0 comments on commit 516515b

Please sign in to comment.