Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
love-code-yeyixiao authored Aug 21, 2024
1 parent 77feffb commit 0b49eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

push:
branches: [ master ]
branches: [ master , experimental]
paths-ignore:
# Case-sensitive paths to ignore on push events
- '.editorconfig'
Expand Down Expand Up @@ -35,7 +35,7 @@ on:
- '**/AUTHORS'
- '**/COPYING'
pull_request:
branches: [ master ]
branches: [ master , experimental]
paths-ignore:
# Case-sensitive paths to ignore on pull events
- '.editorconfig'
Expand Down

0 comments on commit 0b49eb8

Please sign in to comment.