Skip to content

Commit

Permalink
added trigger for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpbm committed Dec 30, 2023
1 parent ece2429 commit 504c292
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: 'Test nasm asdf plugin'

on: push
on:
push:
branches:
- "*"

pull_request:
branches:
- "*"
env:
DEFAULT_NASM_VERSION: 2.16
ASDF_BRANCH: v0.13.1
Expand Down

0 comments on commit 504c292

Please sign in to comment.