Skip to content

Commit

Permalink
CI: Don't run workflows on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdewar committed May 28, 2024
1 parent 9c1b0c9 commit ee671c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test and build

on: [push, pull_request, workflow_call]
on:
push:
branches: [main]
pull_request:
workflow_dispatch:

jobs:
check-links:
Expand Down

0 comments on commit ee671c8

Please sign in to comment.