Skip to content

Commit

Permalink
chore: merge pull request #28 from threeal/workflows-on-pr-exclude
Browse files Browse the repository at this point in the history
Exclude Latest Branch from Pull Request Workflows
  • Loading branch information
threeal authored Jul 3, 2023
2 parents e86efed + 706dcb1 commit ce1d453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: build
on:
workflow_dispatch:
pull_request:
branches: ['*', '!*@latest']
push:
branches: [main]
branches: ['*@latest', 'main']
jobs:
debug:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ce1d453

Please sign in to comment.