Skip to content

Commit

Permalink
update workflow triggers and perform the easy lint test file fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 13, 2023
1 parent 8b0d4d1 commit 8dc5f7d
Show file tree
Hide file tree
Showing 2 changed files with 319 additions and 306 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/brand-plugin-test.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
name: Build and Test Module Updates in Brand Plugins
on:
push:
pull_request:
types: [ opened, reopened, ready_for_review, synchronize ]
branches:
- main
- master
- trunk
- develop
- release/*
- feature/*
- add/*
- update/*
- fix/*
- try/*
pull_request:
types: [ opened, reopened, ready_for_review ]
workflow_dispatch:
workflow_call:

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
Expand Down
Loading

0 comments on commit 8dc5f7d

Please sign in to comment.