Skip to content

Commit

Permalink
Merge pull request #2 from aphp/dev
Browse files Browse the repository at this point in the history
Fixed bad releases condition for workflows
  • Loading branch information
kzgrzendek authored Dec 1, 2024
2 parents bbb1a81 + 673d249 commit 7654b9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-redcap-httpd-shibd.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: build

on:
push:
branches:
- main
- dev
pull_request:

- "dev"
tags:
- "v*.*.*"
jobs:
lint-redcap-httpd-shibd:
name: lint-redcap-httpd-shibd
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/ci-redcap-php-fpm.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: build

on:
push:
branches:
- main
- dev
pull_request:

- "dev"
tags:
- "v*.*.*"
jobs:
lint-redcap-php-fpm:
name: lint-redcap-php-fpm
Expand Down

0 comments on commit 7654b9e

Please sign in to comment.