Refactor workflow files to remove unnecessary triggers and paths
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
name: Validate CI/CD Actions
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@@ -7,11 +6,9 @@ on:
|
||||
paths:
|
||||
- .github/actions/**
|
||||
- .github/workflows/actions-*.yml
|
||||
|
||||
jobs:
|
||||
test-cicd-actions:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user