Skip to content

Commit

Permalink
Switch CI to branches-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenpapierski authored Sep 10, 2024
1 parent 16c4f08 commit b6af5ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
pull_request:
push:
branches:
- '!main'
- '!dependabot/**'
- '!gh-pages'
branches-ignore:
- 'main'
- 'dependabot/**'
- 'gh-pages'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b6af5ca

Please sign in to comment.