Skip to content

Commit

Permalink
only run push on main
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Aug 6, 2024
1 parent c1f594e commit fe46cb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/full-help-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CLI Help Doc

on: [push, pull_request]
on:
push:
branches: [main, release/**]
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || github.ref }}
Expand Down

0 comments on commit fe46cb5

Please sign in to comment.