Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
heavynimbus committed Jul 12, 2024
1 parent de300b8 commit c5a8876
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: test push

on:
push:
branches:
- main

jobs:
upgrade-version:
runs-on: ubuntu-latest

steps:
- name: Echo variables
run: |
echo base_ref: ${{ github.event.push.base_ref }}
echo ref: ${{ github.event.push.ref }}

0 comments on commit c5a8876

Please sign in to comment.