Skip to content

Commit

Permalink
build tag on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Tiwari committed Aug 5, 2023
1 parent 1ad6e01 commit fa28ef3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ on:
push:
branches:
- '*'

jobs:
preflight-job:
name: Preflight Step
runs-on: ubuntu-latest
steps:
- run: |
echo "Hello"

0 comments on commit fa28ef3

Please sign in to comment.