Skip to content

Commit

Permalink
Only run the CI tests once
Browse files Browse the repository at this point in the history
Limit the push events to the master branch, otherwise they will be
running twice on every feature branch and PR.
  • Loading branch information
rodarima committed Nov 27, 2024
1 parent f78fddd commit d4f56d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: [push, pull_request]
on:
pull_request:
push:
branches: master

jobs:
ubuntu-latest-html-tests:
Expand Down

0 comments on commit d4f56d0

Please sign in to comment.