Skip to content

Commit

Permalink
cicd: Set GitHub actions to the working branch
Browse files Browse the repository at this point in the history
  • Loading branch information
indigo423 committed Oct 24, 2023
1 parent bf1f12a commit 9b22d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/building.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: Compile test and build a a plugin
on:
push:
branches:
- main
- issue/use-gh-actions
pull_request:
branches:
- main
- issue/use-gh-actions
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9b22d12

Please sign in to comment.