Skip to content

Commit

Permalink
addition of testing to other branches again
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec-Watson committed Sep 29, 2024
1 parent 0a46622 commit a1bed14
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build Codebase
on:
pull_request:
branches: [ main ]
branches: [ main , develop]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy Codebase
on:
push:
branches: [ main ]
branches: [ main , develop]

jobs:
publish-containers:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Cypress E2E Tests
on:
pull_request:
branches: [ main ]
branches: [ main , develop]

jobs:
e2e-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lint Codebase
on:
pull_request:
branches: [ main ]
branches: [ main , develop]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test Codebase
on:
pull_request:
branches: [ main ]
branches: [ main , develop]

permissions:
contents: read
Expand Down

0 comments on commit a1bed14

Please sign in to comment.