Skip to content

Commit

Permalink
Update split.yml file to use a simplified syntax for the 'on' attribu…
Browse files Browse the repository at this point in the history
…te, specifying that it should trigger on any push event.

Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jul 26, 2023
1 parent dd96381 commit 6dd0df5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/split.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Split Modules

on:
push:
branches:
- '*'
tags:
- '*'
on: [ push ]

jobs:
split_modules:
Expand Down

0 comments on commit 6dd0df5

Please sign in to comment.