Skip to content

Commit

Permalink
ci: run ci when main changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Jul 23, 2024
1 parent cf5ef5e commit d351412
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build appd

on:
push:
branches:
- main
pull_request:

concurrency:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: E2E

on:
push:
branches:
- main
pull_request:

permissions:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Unit Tests

on:
push:
branches:
- main
pull_request:

env:
Expand Down

0 comments on commit d351412

Please sign in to comment.