Skip to content

Commit

Permalink
attempt to trigger CI on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Nov 30, 2023
1 parent bf2a347 commit d853a2f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the develop branch
push:
tags:
- '*'
paths-ignore:
- 'devResources/**'
- 'docker-compose.yml'
- '.gitignore'
- 'LICENSE.md'
- 'README.md'
pull_request:
branches:
- main
- dev # branch used for testing incremental builds
branches: [ main ]
paths-ignore:
- 'devResources/**'
- 'docker-compose.yml'
Expand Down

0 comments on commit d853a2f

Please sign in to comment.