Skip to content

Commit

Permalink
added trigger on push
Browse files Browse the repository at this point in the history
  • Loading branch information
agennadi committed Nov 12, 2024
1 parent 81331f9 commit b3f4d5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI Pipeline

on:
push:
branches:
- add_ci_and_linting
#push:
# branches:
# - add_ci_and_linting
pull_request:
types: [opened, reopened]
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/env_vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Generate .env File

on:
push:
branches:
- add_ci_and_linting
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b3f4d5e

Please sign in to comment.