Skip to content

Commit

Permalink
trigger workflows more often
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Oct 15, 2023
1 parent efe690a commit fcb459b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ on:
push:
branches:
- main
- staging-newer
tags:
- 'v*'
pull_request:
branches:
- main
- staging-newer
jobs:
build:
runs-on: ubuntu-latest
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Lint

on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
pull_request:
branches:
- main
on: [push, pull_request]

jobs:
run-linters:
Expand Down

0 comments on commit fcb459b

Please sign in to comment.