Skip to content

Commit

Permalink
need to use on:push to get env vars to work
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
  • Loading branch information
cjyabraham committed May 20, 2024
1 parent b18e5a5 commit 788e1ad
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build_test_and_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Build, test and deploy
on:
push:
branches:
- main
pull_request:
branches:
- main
on: push
defaults:
run:
shell: bash
Expand Down

2 comments on commit 788e1ad

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visit Site

Created multidev environment ci-19 for lfasiallcci.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visit Site

Created multidev environment ci-19 for lfeventsci.

Please sign in to comment.